fix swagger url

This commit is contained in:
behruz-dev
2025-10-08 18:46:57 +05:00
parent 27556c0d87
commit ffcdad90e0

View File

@@ -164,3 +164,6 @@ CORS_ALLOWED_ORIGINS = [
CSRF_TRUSTED_ORIGINS = [
"http://trustme.felixits.uz"
]
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', env.str("SWAGGER_PROTOCOL", 'https'))