CSRF uchun domen qoshildi

This commit is contained in:
behruz-dev
2025-11-22 22:06:00 +05:00
parent 9447458f17
commit 5c9d5c26e3

View File

@@ -6,3 +6,7 @@ CORS_ALLOWED_ORIGINS = [
CORS_ALLOW_ALL_ORIGINS = True
CORS_ALLOW_CREDENTIALS = True
CSRF_TRUSTED_ORIGINS = [
'https://api.meridynpharma.com'
]