From afc39dc684fc5d48df2d872c7c01b6d501f1dede Mon Sep 17 00:00:00 2001
From: suyeoniii <ssy4230@naver.com>
Date: Thu, 22 Aug 2024 03:32:10 +0900
Subject: [PATCH] =?UTF-8?q?feat:=20#55=20ktlint=20=EC=98=A4=EB=A5=98=20?=
 =?UTF-8?q?=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../kotlin/com/routebox/routebox/security/SecurityConfig.kt    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/kotlin/com/routebox/routebox/security/SecurityConfig.kt b/src/main/kotlin/com/routebox/routebox/security/SecurityConfig.kt
index 14dc2a5..917580d 100644
--- a/src/main/kotlin/com/routebox/routebox/security/SecurityConfig.kt
+++ b/src/main/kotlin/com/routebox/routebox/security/SecurityConfig.kt
@@ -76,7 +76,8 @@ class SecurityConfig {
                 "https://*.myroutebox.com",
                 "https://myroutebox.com",
                 "http://localhost:8080",
-                "http://localhost:5173", // web
+                // For web local development
+                "http://localhost:5173",
             )
             corsConfig.allowedMethods = listOf(
                 HttpMethod.GET.name(),