From 59c1c455b2bcb607fa8e73eb5af5551bef338bb3 Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Fri, 21 Nov 2025 16:27:04 +0500 Subject: [PATCH] fix --- config/conf/cors_headers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/conf/cors_headers.py b/config/conf/cors_headers.py index 8fea2ff..1f9cfac 100644 --- a/config/conf/cors_headers.py +++ b/config/conf/cors_headers.py @@ -8,6 +8,7 @@ CORS_ALLOWED_ORIGINS = [ "https://www.ibapp.uz", 'https://test.ibapp.uz', 'http://192.168.1.104:8081', + 'https://ikkita.felixits.uz', ] CSRF_TRUSTED_ORIGINS = [ @@ -15,4 +16,5 @@ CSRF_TRUSTED_ORIGINS = [ 'http://127.0.0.1:8001', 'https://test-uyqur.felixits.uz', "https://test-api.ibapp.uz", + 'https://bitta.felixits.uz', ]