From 260791a46141cf02b84b2e2ff91e6ec4b62520f2 Mon Sep 17 00:00:00 2001 From: mikekks Date: Thu, 21 Nov 2024 23:22:48 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20dev=20=EB=8F=84=EB=A9=94=EC=9D=B8=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/sopt/makers/crew/main/global/config/SecurityConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/src/main/java/org/sopt/makers/crew/main/global/config/SecurityConfig.java b/main/src/main/java/org/sopt/makers/crew/main/global/config/SecurityConfig.java index 637ac9ab..1e6bf5f9 100644 --- a/main/src/main/java/org/sopt/makers/crew/main/global/config/SecurityConfig.java +++ b/main/src/main/java/org/sopt/makers/crew/main/global/config/SecurityConfig.java @@ -92,7 +92,7 @@ CorsConfigurationSource corsConfigurationSource() { "https://playground.sopt.org/", "http://localhost:3000/", "https://sopt-internal-dev.pages.dev/", - "https://crew.api.develop.sopt.org", + "https://crew.api.dev.sopt.org", "https://crew.api.prod.sopt.org" )); configuration.setAllowedMethods(Arrays.asList("GET", "POST", "PATCH", "DELETE", "PUT", "OPTIONS"));