pharmacy serializer qoshildi va corsheaders.pyda yangi ozgarishlash

This commit is contained in:
behruz-dev
2025-11-24 15:11:17 +05:00
parent 9508963df3
commit c0c467b60e
3 changed files with 86 additions and 0 deletions

View File

@@ -9,4 +9,11 @@ CORS_ALLOW_CREDENTIALS = True
CSRF_TRUSTED_ORIGINS = [
'https://api.meridynpharma.com/',
]
CORS_ALLOW_METHODS = [
"DELETE",
"GET",
"POST",
"PUT",
]