add new api
This commit is contained in:
@@ -162,8 +162,9 @@ CORS_ALLOWED_ORIGINS = [
|
||||
]
|
||||
|
||||
CSRF_TRUSTED_ORIGINS = [
|
||||
"http://trustme.felixits.uz"
|
||||
"https://trustme.felixits.uz",
|
||||
"http://localhost:8001",
|
||||
]
|
||||
|
||||
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", env.str('','https')))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user