From 95d8c5b5d00e09d3493ddaa07ca4a06e10b5e19a Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Sat, 11 Oct 2025 16:34:17 +0500 Subject: [PATCH] add new cors --- config/conf/cors_headers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config/conf/cors_headers.py b/config/conf/cors_headers.py index b2cd214..8fea2ff 100644 --- a/config/conf/cors_headers.py +++ b/config/conf/cors_headers.py @@ -7,6 +7,7 @@ CORS_ALLOWED_ORIGINS = [ "https://ibapp.uz", "https://www.ibapp.uz", 'https://test.ibapp.uz', + 'http://192.168.1.104:8081', ] CSRF_TRUSTED_ORIGINS = [