change permission

This commit is contained in:
behruz-dev
2025-08-06 14:53:00 +05:00
parent 18ff76aaa6
commit b1f4de1ea5
10 changed files with 119 additions and 8 deletions

View File

@@ -5,4 +5,6 @@ CORS_ALLOWED_ORIGINS = [
CSRF_TRUSTED_ORIGINS = [
"https://uyqur.felixits.uz",
'http://localhost:8001',
'http://127.0.0.1:8001',
]