mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
add localhost:3000 to allowed
This commit is contained in:
parent
3f99f7edff
commit
71b3654942
@ -154,7 +154,7 @@ else:
|
|||||||
r"moz-extension://*",
|
r"moz-extension://*",
|
||||||
r"chrome-extension://*",
|
r"chrome-extension://*",
|
||||||
]
|
]
|
||||||
CORS_ALLOWED_ORIGINS = ["http://localhost:8080"]
|
CORS_ALLOWED_ORIGINS = ["http://localhost:3000"]
|
||||||
|
|
||||||
|
|
||||||
CORS_ALLOW_HEADERS = list(default_headers) + [
|
CORS_ALLOW_HEADERS = list(default_headers) + [
|
||||||
|
Loading…
Reference in New Issue
Block a user