From a770987a7786a73ef6745e59817336cd6354621a Mon Sep 17 00:00:00 2001 From: mingi Date: Thu, 22 May 2025 10:46:34 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=94=84=EB=A1=A0=ED=8A=B8=20=EB=B0=B0?= =?UTF-8?q?=ED=8F=AC=20=EC=A3=BC=EC=86=8C=20cors=20=EB=B6=80=EB=B6=84=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linenow/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linenow/settings.py b/linenow/settings.py index e0c1c75..6954f78 100644 --- a/linenow/settings.py +++ b/linenow/settings.py @@ -294,9 +294,9 @@ 'https://linenow-backend.store', SSODAA_BASE_URL, - # 프론트 실ㅔ 배포 주소 + # 프론트 실제 배포 주소 'https://linenow.co.kr', - 'https://linenow-manager.co.kr/login' + 'https://linenow-manager.co.kr' ]