From c5f5ddfa34ca2481c48e43b0551d862db373891b Mon Sep 17 00:00:00 2001 From: Han-Jeong <69452755+Han-Jeong@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:16:03 +0900 Subject: [PATCH] [HotFix]SecurityConfig ref --- .../java/com/example/waggle/global/config/SecurityConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/example/waggle/global/config/SecurityConfig.java b/src/main/java/com/example/waggle/global/config/SecurityConfig.java index 15254179..3e9ef7f4 100644 --- a/src/main/java/com/example/waggle/global/config/SecurityConfig.java +++ b/src/main/java/com/example/waggle/global/config/SecurityConfig.java @@ -95,7 +95,7 @@ public SecurityFilterChain filterChain(HttpSecurity httpSecurity) throws Excepti // SWAGGER .requestMatchers("/swagger-ui/**", "/swagger-resources/**", "/v3/api-docs/**").permitAll() //profile - .requestMatchers("/api/profiles").permitAll() + .requestMatchers("/profile").permitAll() // ELSE //정적 페이지 허가 .requestMatchers("/", "/css/**", "/*.ico", "/error", "/images/**").permitAll() // 임시로 모든 API 허용