From baec1023528a3a1ae4adbeee563b7ac5b52f32ff Mon Sep 17 00:00:00 2001 From: "Hong, SeokHyeon" Date: Wed, 7 Aug 2024 00:21:53 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=8B=88=ED=84=B0=EB=A7=81=20?= =?UTF-8?q?=ED=88=B4=20=EC=97=B0=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/example/copro/global/config/SecurityConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/example/copro/global/config/SecurityConfig.java b/src/main/java/com/example/copro/global/config/SecurityConfig.java index acd6090..18c13df 100644 --- a/src/main/java/com/example/copro/global/config/SecurityConfig.java +++ b/src/main/java/com/example/copro/global/config/SecurityConfig.java @@ -43,7 +43,7 @@ private void permitAllForOAuthEndpoints(HttpSecurity http) throws Exception { "/api/github/token", "/api/apple/token", "/api/token/access", - "/local-act-dashboard/prometheus", + "/{env}-act-dashboard/prometheus", }; for (String url : permittedUrls) {