Files
Horeka-365-backend/config/conf/cors.py
2025-08-28 17:51:30 +05:00

10 lines
204 B
Python

CORS_ALLOWED_ORIGINS = [
"http://localhost:5173",
"http://127.0.0.1:5173",
]
CSRF_TRUSTED_ORIGINS = [
'http://localhost:8001',
'http://127.0.0.1:8001',
'https://horeca.felixits.uz',
]