From 52bd057a11d1dbf7aa33ef6d0459d9387b8366a4 Mon Sep 17 00:00:00 2001 From: mingi Date: Thu, 22 May 2025 10:42:22 +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, 4 insertions(+) diff --git a/linenow/settings.py b/linenow/settings.py index 92ec9f8..e0c1c75 100644 --- a/linenow/settings.py +++ b/linenow/settings.py @@ -293,6 +293,10 @@ # 백엔드 도메인 또는 IP주소 'https://linenow-backend.store', SSODAA_BASE_URL, + + # 프론트 실ㅔ 배포 주소 + 'https://linenow.co.kr', + 'https://linenow-manager.co.kr/login' ]