Files
Horeka-365-backend/config/conf/cors.py
2025-09-01 18:06:05 +05:00

11 lines
240 B
Python

CORS_ALLOWED_ORIGINS = [
"http://localhost:5173",
"http://127.0.0.1:5173",
'https://horeca360.vercel.app',
]
CSRF_TRUSTED_ORIGINS = [
'http://localhost:8080',
'http://127.0.0.1:8080',
'https://horeca.felixits.uz',
]