Skip to content

Commit

Permalink
chore: url 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
qormoon committed Jul 14, 2024
1 parent 26de33b commit 594dd17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 594dd17

Please sign in to comment.