Lord-Raven commited on
Commit
a13235b
·
1 Parent(s): f0e8f06

Adding another allowed origin.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ app = FastAPI()
17
 
18
  app.add_middleware(
19
  CORSMiddleware,
20
- allow_origins=["https://statosphere-3704059fdd7e.c5v4v4jx6pq5.win","https://crunchatize-77a78ffcc6a6.c5v4v4jx6pq5.win"],
21
  allow_credentials=True,
22
  allow_methods=["*"],
23
  allow_headers=["*"],
 
17
 
18
  app.add_middleware(
19
  CORSMiddleware,
20
+ allow_origins=["https://statosphere-3704059fdd7e.c5v4v4jx6pq5.win","https://crunchatize-77a78ffcc6a6.c5v4v4jx6pq5.win","https://lord-raven.github.io"],
21
  allow_credentials=True,
22
  allow_methods=["*"],
23
  allow_headers=["*"],