diff --git a/config/conf/cors.py b/config/conf/cors.py index 79bd23a..b177aa2 100644 --- a/config/conf/cors.py +++ b/config/conf/cors.py @@ -6,4 +6,5 @@ CORS_ALLOWED_ORIGINS = [ CSRF_TRUSTED_ORIGINS = [ 'http://localhost:8001', 'http://127.0.0.1:8001', + 'https://horeca.felixits.uz', ] \ No newline at end of file