add: add new domain for cos

This commit is contained in:
behruz-dev
2025-09-01 18:06:05 +05:00
parent e0b2b7b317
commit 853144886a

View File

@@ -1,6 +1,7 @@
CORS_ALLOWED_ORIGINS = [ CORS_ALLOWED_ORIGINS = [
"http://localhost:5173", "http://localhost:5173",
"http://127.0.0.1:5173", "http://127.0.0.1:5173",
'https://horeca360.vercel.app',
] ]
CSRF_TRUSTED_ORIGINS = [ CSRF_TRUSTED_ORIGINS = [