Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -13,7 +13,7 @@ app = FastAPI(title="Notionhive Chatbot")
|
|
| 13 |
# Enable CORS for frontend
|
| 14 |
app.add_middleware(
|
| 15 |
ProxyHeadersMiddleware,
|
| 16 |
-
trusted_hosts="*",
|
| 17 |
CORSMiddleware,
|
| 18 |
allow_origins=["*"],
|
| 19 |
allow_credentials=True,
|
|
|
|
| 13 |
# Enable CORS for frontend
|
| 14 |
app.add_middleware(
|
| 15 |
ProxyHeadersMiddleware,
|
| 16 |
+
trusted_hosts=["*"],
|
| 17 |
CORSMiddleware,
|
| 18 |
allow_origins=["*"],
|
| 19 |
allow_credentials=True,
|