Spaces:
Sleeping
Sleeping
msmhmorsi
commited on
Commit
·
9534137
1
Parent(s):
44ce6d8
specified origins
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ app = FastAPI()
|
|
7 |
|
8 |
app.add_middleware(
|
9 |
CORSMiddleware,
|
10 |
-
|
11 |
-
allow_origins=["*"],
|
12 |
allow_credentials=True,
|
13 |
allow_methods=["*"],
|
14 |
allow_headers=["*"],
|
|
|
7 |
|
8 |
app.add_middleware(
|
9 |
CORSMiddleware,
|
10 |
+
allow_origins=["https://ancient-time-545042.framer.app"],
|
11 |
+
# allow_origins=["*"],
|
12 |
allow_credentials=True,
|
13 |
allow_methods=["*"],
|
14 |
allow_headers=["*"],
|