add: add new host to cors headers
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
CORS_ALLOWED_ORIGINS = [
|
CORS_ALLOWED_ORIGINS = [
|
||||||
"http://localhost:8081",
|
"http://localhost:8081",
|
||||||
|
"http://localhost:8082",
|
||||||
"http://127.0.0.1:8081",
|
"http://127.0.0.1:8081",
|
||||||
|
"http://127.0.0.1:8082",
|
||||||
'https://uyqur.vercel.app'
|
'https://uyqur.vercel.app'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user