From 9508963df3678c825a8d1fb0c32d146e1090a869 Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Mon, 24 Nov 2025 15:05:33 +0500 Subject: [PATCH] barcha frotend domenlar uchun ruxsat berildi --- config/conf/corsheaders.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/conf/corsheaders.py b/config/conf/corsheaders.py index 5596a47..cbebae5 100644 --- a/config/conf/corsheaders.py +++ b/config/conf/corsheaders.py @@ -1,7 +1,7 @@ -CORS_ALLOWED_ORIGINS = [ - "https://example.com", - "http://localhost:3000", -] +# CORS_ALLOWED_ORIGINS = [ +# "https://example.com", +# "http://localhost:3000", +# ] CORS_ALLOW_ALL_ORIGINS = True