Vivek0912 commited on
Commit
66aef2b
·
verified ·
1 Parent(s): d737da1

updating cors

Browse files
Files changed (1) hide show
  1. backend/main.py +1 -1
backend/main.py CHANGED
@@ -7,7 +7,7 @@ app = FastAPI(title="Gen AI Email Processing API") # This creates the FastAPI a
7
 
8
  origins = [
9
  "http://localhost:4200" # Angular frontend (Local)
10
- # "https://vivek0912-genaiemailclassification.hf.space", # Hugging Face frontend
11
  ]
12
 
13
  #router = APIRouter()
 
7
 
8
  origins = [
9
  "http://localhost:4200" # Angular frontend (Local)
10
+ "https://vivek0912-genaiemailclassification.hf.space", # Hugging Face frontend
11
  ]
12
 
13
  #router = APIRouter()