Lord-Raven commited on
Commit
9cd8fce
·
1 Parent(s): fd79eb2

Playing with models.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ app = FastAPI()
12
 
13
  app.add_middleware(
14
  CORSMiddleware,
15
- allow_origins=["https://jhuhman.com"], #["https://statosphere-3704059fdd7e.c5v4v4jx6pq5.win"],
16
  allow_credentials=True,
17
  allow_methods=["*"],
18
  allow_headers=["*"],
 
12
 
13
  app.add_middleware(
14
  CORSMiddleware,
15
+ allow_origins=["https://statosphere-3704059fdd7e.c5v4v4jx6pq5.win"],
16
  allow_credentials=True,
17
  allow_methods=["*"],
18
  allow_headers=["*"],