Skip to content

Commit

Permalink
급식조회 permit
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Mar 5, 2024
1 parent 84fd32e commit 2b9867d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ protected SecurityFilterChain configure(HttpSecurity httpSecurity) throws Except
.antMatchers("/mukgen/actuator/**").permitAll()
.antMatchers("/mukgen/mukgen-pick/**").permitAll()
.antMatchers("/mukgen/mail/**").permitAll()
.antMatchers("/mukgen/meal/today").permitAll()
.anyRequest().authenticated()

.and()
Expand Down

0 comments on commit 2b9867d

Please sign in to comment.