From 86625b12e42e1392ab26aaca3108a78dda7a374d Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Thu, 28 Aug 2025 10:09:08 +0500 Subject: [PATCH] add: add new host to cors headers --- config/conf/cors_headers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/conf/cors_headers.py b/config/conf/cors_headers.py index 6306940..401a3df 100644 --- a/config/conf/cors_headers.py +++ b/config/conf/cors_headers.py @@ -1,6 +1,8 @@ CORS_ALLOWED_ORIGINS = [ "http://localhost:8081", + "http://localhost:8082", "http://127.0.0.1:8081", + "http://127.0.0.1:8082", 'https://uyqur.vercel.app' ]