From ca43c73dfb34faac940e14758621cd3fad3d141a Mon Sep 17 00:00:00 2001 From: icurfer Date: Mon, 19 Jan 2026 22:02:17 +0900 Subject: [PATCH] =?UTF-8?q?settings.py:=20GOOGLE=5FCLIENT=5FID=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=EB=B3=80=EC=88=98=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- auth_prj/settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auth_prj/settings.py b/auth_prj/settings.py index 8e47666..820ee06 100644 --- a/auth_prj/settings.py +++ b/auth_prj/settings.py @@ -136,6 +136,9 @@ CORS_ALLOWED_ORIGINS = [ "http://localhost:3000", "http://127.0.0.1:3000", "http://192.168.0.100:3000", + "http://localhost:8080", + "http://127.0.0.1:8080", + "http://192.168.0.202:8080", "https://demo.test", "http://demo.test", "https://www.demo.test",