Spaces:
Runtime error
Runtime error
updating cors
Browse files- 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 |
-
|
| 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()
|