Spaces:
Running
Running
Commit
·
885f5bc
1
Parent(s):
2ef9ed9
production
Browse files
main.py
CHANGED
@@ -13,7 +13,7 @@ app = FastAPI()
|
|
13 |
|
14 |
app.add_middleware(
|
15 |
CORSMiddleware,
|
16 |
-
allow_origins=["
|
17 |
allow_credentials=True,
|
18 |
allow_methods=['*'],
|
19 |
allow_headers=['*']
|
|
|
13 |
|
14 |
app.add_middleware(
|
15 |
CORSMiddleware,
|
16 |
+
allow_origins=["https://verbisense.vercel.app"],
|
17 |
allow_credentials=True,
|
18 |
allow_methods=['*'],
|
19 |
allow_headers=['*']
|