Spaces:
Sleeping
Sleeping
msmhmorsi
commited on
Commit
·
700ab7a
1
Parent(s):
83d3e07
remove redundancy
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ app = FastAPI()
|
|
7 |
app.add_middleware(
|
8 |
CORSMiddleware,
|
9 |
allow_origins=["https://ancient-time-545042.framer.app/", "https://ancient-time-545042.framer.app"],
|
10 |
-
# allow_origins=[],
|
11 |
allow_credentials=True,
|
12 |
allow_methods=["*"],
|
13 |
allow_headers=["*"],
|
|
|
7 |
app.add_middleware(
|
8 |
CORSMiddleware,
|
9 |
allow_origins=["https://ancient-time-545042.framer.app/", "https://ancient-time-545042.framer.app"],
|
|
|
10 |
allow_credentials=True,
|
11 |
allow_methods=["*"],
|
12 |
allow_headers=["*"],
|