Jethro85 commited on
Commit ·
0e859f8
1
Parent(s): 9af7eb1
Spaces: switch to Python 3.10 and preinstall PyYAML/Cython
Browse files- app/__init__.py +1 -1
app/__init__.py
CHANGED
|
@@ -14,7 +14,7 @@ def create_app():
|
|
| 14 |
"https://<your-username>.github.io",
|
| 15 |
"https://www.<your-domain>.com",
|
| 16 |
"http://localhost:5000",
|
| 17 |
-
"http://127.0.0.1:5000"
|
| 18 |
],
|
| 19 |
"methods": ["GET", "POST", "OPTIONS"],
|
| 20 |
"allow_headers": ["Content-Type"]
|
|
|
|
| 14 |
"https://<your-username>.github.io",
|
| 15 |
"https://www.<your-domain>.com",
|
| 16 |
"http://localhost:5000",
|
| 17 |
+
"http://127.0.0.1:5000",
|
| 18 |
],
|
| 19 |
"methods": ["GET", "POST", "OPTIONS"],
|
| 20 |
"allow_headers": ["Content-Type"]
|