add: add new domain for cors

This commit is contained in:
behruz-dev
2025-09-03 14:54:47 +05:00
parent 5ce8cc2ed3
commit 9b95598e7f
3 changed files with 43 additions and 11 deletions

View File

@@ -1,7 +1,9 @@
CORS_ALLOWED_ORIGINS = [
"http://localhost:5173",
"http://localhost:3000",
"http://127.0.0.1:5173",
'https://agro360.vercel.app',
'https://agro360-admin.vercel.app',
]
CSRF_TRUSTED_ORIGINS = [