add domain for cors
This commit is contained in:
@@ -2,8 +2,8 @@ CORS_ALLOWED_ORIGINS = [
|
|||||||
"http://localhost:5173",
|
"http://localhost:5173",
|
||||||
"http://localhost:3000",
|
"http://localhost:3000",
|
||||||
"http://127.0.0.1:5173",
|
"http://127.0.0.1:5173",
|
||||||
'https://agro360.vercel.app',
|
'https://agro365.vercel.app',
|
||||||
'https://agro360-admin.vercel.app',
|
'https://agro365-admin.vercel.app',
|
||||||
]
|
]
|
||||||
|
|
||||||
CSRF_TRUSTED_ORIGINS = [
|
CSRF_TRUSTED_ORIGINS = [
|
||||||
|
|||||||
Reference in New Issue
Block a user