mgokg commited on
Commit
5a2a00b
·
verified ·
1 Parent(s): bde8d16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ app = FastAPI()
9
 
10
  origins = [
11
  "http://localhost",
12
- "http://localhost:8000"
13
  ]
14
 
15
 
 
9
 
10
  origins = [
11
  "http://localhost",
12
+ "http://localhost:8000",
13
  ]
14
 
15