fix
This commit is contained in:
@@ -132,11 +132,8 @@ MODELTRANSLATION_LANGUAGES = ('uz', 'en', 'ru')
|
|||||||
|
|
||||||
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', env.str("SWAGGER_PROTOCOL", 'https'))
|
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', env.str("SWAGGER_PROTOCOL", 'https'))
|
||||||
|
|
||||||
CORS_ALLOWED_ORIGINS = [
|
CORS_ALLOW_ALL_ORIGINS = True
|
||||||
"http://localhost:3000",
|
|
||||||
"http://127.0.0.1:3000",
|
|
||||||
'https://uyqur.vercel.app'
|
|
||||||
]
|
|
||||||
|
|
||||||
CSRF_TRUSTED_ORIGINS = [
|
CSRF_TRUSTED_ORIGINS = [
|
||||||
"https://acargo.felixits.uz",
|
"https://acargo.felixits.uz",
|
||||||
|
|||||||
Reference in New Issue
Block a user