fix
This commit is contained in:
@@ -3,11 +3,13 @@ CORS_ALLOWED_ORIGINS = [
|
|||||||
"http://localhost:8082",
|
"http://localhost:8082",
|
||||||
"http://127.0.0.1:8081",
|
"http://127.0.0.1:8081",
|
||||||
"http://127.0.0.1:8082",
|
"http://127.0.0.1:8082",
|
||||||
'https://uyqur.vercel.app'
|
'https://uyqur.vercel.app',
|
||||||
|
'https://uyqurfront.felixits.uz',
|
||||||
]
|
]
|
||||||
|
|
||||||
CSRF_TRUSTED_ORIGINS = [
|
CSRF_TRUSTED_ORIGINS = [
|
||||||
"https://uyqur.felixits.uz",
|
"https://uyqur.felixits.uz",
|
||||||
'http://localhost:8001',
|
'http://localhost:8001',
|
||||||
'http://127.0.0.1:8001',
|
'http://127.0.0.1:8001',
|
||||||
|
'https://test-uyqur.felixits.uz'
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user