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