notionhive-ai commited on
Commit
2946e9f
·
verified ·
1 Parent(s): a6c02dc

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -18,7 +18,7 @@ app.add_middleware(
18
  allow_credentials=True,
19
  allow_methods=["*"],
20
  allow_headers=["*"],
21
- trusted_hosts="*"
22
 
23
 
24
  # Include FAQ API routes
 
18
  allow_credentials=True,
19
  allow_methods=["*"],
20
  allow_headers=["*"],
21
+ trusted_hosts="*")
22
 
23
 
24
  # Include FAQ API routes