add cors origin
This commit is contained in:
@@ -159,6 +159,7 @@ from config.conf.redis import *
|
|||||||
CORS_ALLOWED_ORIGINS = [
|
CORS_ALLOWED_ORIGINS = [
|
||||||
"http://localhost:3000",
|
"http://localhost:3000",
|
||||||
"https://docu-sheck-view.vercel.app",
|
"https://docu-sheck-view.vercel.app",
|
||||||
|
"https://tez-imzo.vercel.app",
|
||||||
]
|
]
|
||||||
|
|
||||||
CSRF_TRUSTED_ORIGINS = [
|
CSRF_TRUSTED_ORIGINS = [
|
||||||
|
|||||||
Reference in New Issue
Block a user