From 594dd1788be47d1f3d0deedfb723ebe8c5ebe279 Mon Sep 17 00:00:00 2001 From: jihyeon baek Date: Sun, 14 Jul 2024 17:14:16 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20url=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../example/fiurinee/global/security/config/SecurityConfig.java | 2 +- .../fiurinee/global/security/filter/JwtVerifyFilter.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/example/fiurinee/global/security/config/SecurityConfig.java b/src/main/java/com/example/fiurinee/global/security/config/SecurityConfig.java index d421f1c..53225ba 100644 --- a/src/main/java/com/example/fiurinee/global/security/config/SecurityConfig.java +++ b/src/main/java/com/example/fiurinee/global/security/config/SecurityConfig.java @@ -79,7 +79,7 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti .requestMatchers("/oauth2/login", "/login/oauth2/code/**", "/oauth2/authorization/**","/login/oauth2/code/google","/member/*/refresh","/model/test", "/swagger-ui/index.html", "/swagger-ui/**", "/v3/api-docs/**","/swagger-resources/**", "/v3/api-docs").permitAll() //비회원 전용 api - .requestMatchers("/main/today","/main/season","/model/ment","/model/*/non", "/dictionary/**", "dictionary/search/**", "/dictionary", "dictionary/search").permitAll() + .requestMatchers("/main/today","/main/season","/model/ment","/model/*/non", "/total-pages" , "/dictionary", "dictionary/search").permitAll() //sms api .requestMatchers("/sms/prove/*","/sms/send").permitAll() //ALB diff --git a/src/main/java/com/example/fiurinee/global/security/filter/JwtVerifyFilter.java b/src/main/java/com/example/fiurinee/global/security/filter/JwtVerifyFilter.java index 88d3b53..7672b49 100644 --- a/src/main/java/com/example/fiurinee/global/security/filter/JwtVerifyFilter.java +++ b/src/main/java/com/example/fiurinee/global/security/filter/JwtVerifyFilter.java @@ -29,7 +29,7 @@ public class JwtVerifyFilter extends OncePerRequestFilter { //Swagger "/swagger-ui/index.html", "/swagger-ui/**", "/v3/api-docs/**", "/swagger-resources/**", "/v3/api-docs", //비회원 전용 api - "/main/today","/main/season","/model/ment","/model/*/non", "/dictionary/**", "dictionary/search/**", "/dictionary", "dictionary/search", + "/main/today","/main/season","/model/ment","/model/*/non", "/total-pages" , "/dictionary", "dictionary/search", //sms api "/sms/prove/*","/sms/send", //ALB