fix swagger http protocol

This commit is contained in:
behruz-dev
2025-08-06 17:47:23 +05:00
parent ce54f66a32
commit 686afdc0cf

View File

@@ -152,7 +152,6 @@ 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.rest_framework import * from config.conf.rest_framework import *
from config.conf.rest_framework_simplejwt import * from config.conf.rest_framework_simplejwt import *
from config.conf.logs import * from config.conf.logs import *