Skip to content

Commit

Permalink
fix : 오타 재수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LHS-11 committed Jan 21, 2024
1 parent 77d3720 commit 3df1eac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
.antMatchers("/notify/test").permitAll()
.antMatchers("/image/alarm/STT_DATE.png").permitAll()
.antMatchers("/image/alarm/END_DATE.png").permitAll()
.antMatchers("/image/charcter/**").permitAll()
.antMatchers("/image/character/**").permitAll()
// .antMatchers("/gpt").permitAll()
.anyRequest().authenticated()
.and()
Expand Down

0 comments on commit 3df1eac

Please sign in to comment.