Skip to content

Commit

Permalink
KL-183/feat: add logout endpoint as user role
Browse files Browse the repository at this point in the history
  • Loading branch information
ohhamma committed Oct 4, 2024
1 parent 61c4940 commit c6870d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public enum SecurityEndpoint {
new AntPathRequestMatcher("/v1/me/**"),
new AntPathRequestMatcher("/v1/likes/**"),
new AntPathRequestMatcher("/v1/notifications/**"),
new AntPathRequestMatcher("/v1/logout/**"),
}),
;

Expand Down

0 comments on commit c6870d5

Please sign in to comment.