add: add domain to cors header

This commit is contained in:
behruz-dev
2025-08-28 17:51:30 +05:00
parent 0b4cafec16
commit ad0b957bc5

View File

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