change swagger http protocol http to https

This commit is contained in:
behruz-dev
2025-08-06 10:18:16 +05:00
parent 11c64fd487
commit f030f9ec7f

View File

@@ -149,6 +149,6 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
AUTH_USER_MODEL = 'accounts.User'
# SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
from config.conf import *