Skip to content

Commit

Permalink
Modify SecurityConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-s committed Oct 26, 2023
1 parent f538838 commit 59a6684
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
.requestMatchers("/api/game_cards/**").authenticated()
.requestMatchers("/api/users/me").authenticated()
.requestMatchers("/api/translation").authenticated()
.requestMatchers("/api/converter").authenticated()
.anyRequest().permitAll()
)
.build();
Expand Down

0 comments on commit 59a6684

Please sign in to comment.