From 2eda4253959b24199efc7e6c406c6fbed2e8f629 Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Fri, 19 Sep 2025 15:34:15 +0500 Subject: [PATCH] change --- 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 a864e61..aa40d83 100644 --- a/config/conf/cors_headers.py +++ b/config/conf/cors_headers.py @@ -12,4 +12,5 @@ CSRF_TRUSTED_ORIGINS = [ 'http://127.0.0.1:8001', 'https://test-uyqur.felixits.uz', "https://ibapp.uz", + "https://www.ibapp.uz", ]