mgokg commited on
Commit
bde8d16
·
verified ·
1 Parent(s): 4da036d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -7,7 +7,10 @@ import threading
7
 
8
  app = FastAPI()
9
 
10
- origins = [ "http://localhost", "http://localhost:8000",] # Füge hier weitere Ursprünge hinzu
 
 
 
11
 
12
 
13
  # Erlaube alle Ursprünge
 
7
 
8
  app = FastAPI()
9
 
10
+ origins = [
11
+ "http://localhost",
12
+ "http://localhost:8000"
13
+ ]
14
 
15
 
16
  # Erlaube alle Ursprünge