add localhost:3000 to allowed

pull/242/head
simon 2 years ago
parent 3f99f7edff
commit 71b3654942
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -154,7 +154,7 @@ else:
r"moz-extension://*",
r"chrome-extension://*",
]
CORS_ALLOWED_ORIGINS = ["http://localhost:8080"]
CORS_ALLOWED_ORIGINS = ["http://localhost:3000"]
CORS_ALLOW_HEADERS = list(default_headers) + [

Loading…
Cancel
Save