Files
ibapp-backend/config/conf/cors_headers.py
2025-08-28 10:09:08 +05:00

14 lines
293 B
Python

CORS_ALLOWED_ORIGINS = [
"http://localhost:8081",
"http://localhost:8082",
"http://127.0.0.1:8081",
"http://127.0.0.1:8082",
'https://uyqur.vercel.app'
]
CSRF_TRUSTED_ORIGINS = [
"https://uyqur.felixits.uz",
'http://localhost:8001',
'http://127.0.0.1:8001',
]