Files
ibapp-backend/config/conf/cors_headers.py
2025-08-01 17:40:39 +05:00

9 lines
146 B
Python

CORS_ALLOWED_ORIGINS = [
"http://localhost:8081",
"http://127.0.0.1:8081",
]
CSRF_TRUSTED_ORIGINS = [
"https://uyqur.felixits.uz",
]