notionhive-ai commited on
Commit
0c14b2f
·
verified ·
1 Parent(s): dae5f84

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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,