From f4e572227adbd55ed2500a2d1cb78308da1d2182 Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Tue, 16 Sep 2025 17:12:51 +0500 Subject: [PATCH] fix --- config/conf/cors_headers.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/conf/cors_headers.py b/config/conf/cors_headers.py index 401a3df..9af0c94 100644 --- a/config/conf/cors_headers.py +++ b/config/conf/cors_headers.py @@ -3,11 +3,13 @@ CORS_ALLOWED_ORIGINS = [ "http://localhost:8082", "http://127.0.0.1:8081", "http://127.0.0.1:8082", - 'https://uyqur.vercel.app' + 'https://uyqur.vercel.app', + 'https://uyqurfront.felixits.uz', ] CSRF_TRUSTED_ORIGINS = [ "https://uyqur.felixits.uz", 'http://localhost:8001', 'http://127.0.0.1:8001', + 'https://test-uyqur.felixits.uz' ]