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