incognitolm commited on
Commit
4b492c5
·
verified ·
1 Parent(s): 0369546

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -11,6 +11,10 @@ app.add_middleware(
11
  allow_credentials=True,
12
  allow_methods=["*"],
13
  allow_headers=["*"],
 
 
 
 
14
  )
15
 
16
  games = {}
 
11
  allow_credentials=True,
12
  allow_methods=["*"],
13
  allow_headers=["*"],
14
+ Access-Control-Allow-Origin: *,
15
+ Access-Control-Allow-Methods: GET, POST, OPTIONS,
16
+ Access-Control-Allow-Headers: Content-Type,
17
+
18
  )
19
 
20
  games = {}