Spaces:
Running
on
Zero
Running
on
Zero
Lord-Raven
commited on
Commit
·
59c51e8
1
Parent(s):
8ec27b2
Messing with fastAPI.
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ app = FastAPI()
|
|
13 |
|
14 |
app.add_middleware(
|
15 |
CORSMiddleware,
|
16 |
-
allow_origins=["https://statosphere-3704059fdd7e.c5v4v4jx6pq5.win","https://crunchatize-77a78ffcc6a6.c5v4v4jx6pq5.win","https://crunchatize-2-2b4f5b1479a6.c5v4v4jx6pq5.win","https://tamabotchi-2dba63df3bf1.c5v4v4jx6pq5.win"
|
17 |
allow_credentials=True,
|
18 |
allow_methods=["*"],
|
19 |
allow_headers=["*"],
|
|
|
13 |
|
14 |
app.add_middleware(
|
15 |
CORSMiddleware,
|
16 |
+
allow_origins=["https://statosphere-3704059fdd7e.c5v4v4jx6pq5.win","https://crunchatize-77a78ffcc6a6.c5v4v4jx6pq5.win","https://crunchatize-2-2b4f5b1479a6.c5v4v4jx6pq5.win","https://tamabotchi-2dba63df3bf1.c5v4v4jx6pq5.win"],
|
17 |
allow_credentials=True,
|
18 |
allow_methods=["*"],
|
19 |
allow_headers=["*"],
|