Skip to content

Commit

Permalink
chore: (#84) 공개된 메뉴 조회 permission
Browse files Browse the repository at this point in the history
  • Loading branch information
softpeanut committed Oct 11, 2022
1 parent c4d2d95 commit 9c65c6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class SecurityConfig(
.antMatchers(HttpMethod.POST, "/emails/code").permitAll()

// menu
.antMatchers(HttpMethod.GET, "/menu").permitAll()
.antMatchers(HttpMethod.GET, "/menu/public").permitAll()

// files
.antMatchers(HttpMethod.POST, "/files").permitAll()
Expand Down

0 comments on commit 9c65c6c

Please sign in to comment.