From 3923644f775b8758fdb76a3a27b210d0dfc61116 Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Tue, 26 Aug 2025 16:00:50 +0500 Subject: [PATCH] change: change cors headrs --- config/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings/base.py b/config/settings/base.py index 940a694..9c431e5 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -138,7 +138,7 @@ CORS_ALLOWED_ORIGINS = [ ] CSRF_TRUSTED_ORIGINS = [ - "https://avtocargo.felixits.uz", + "https://acargo.felixits.uz", 'http://localhost:8002', 'http://127.0.0.1:8002', ] \ No newline at end of file