Skip to content

Commit

Permalink
fix: 편지 상태 읽음처리 요청 토큰 검사 제외 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
623nana committed Aug 23, 2021
1 parent 0a66018 commit 9892ed5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public void configure(WebSecurity web) throws Exception {
, "/webjars/**"
, "/login"
, "/letters/{\\d+}"
, "/letters/{\\d+}/state"
, "/redirect");
web.ignoring().requestMatchers(PathRequest.toStaticResources().atCommonLocations());
web.ignoring().requestMatchers(PathRequest.toH2Console());
Expand Down

0 comments on commit 9892ed5

Please sign in to comment.