add domain to cors

This commit is contained in:
behruz-dev
2025-08-16 12:18:27 +05:00
parent c290a4a97f
commit 27556c0d87

View File

@@ -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 = [