Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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
|