Skip to content

Commit

Permalink
Merge pull request #189 from a-romantic-cat/feat/185
Browse files Browse the repository at this point in the history
πŸ› ν—ˆμš©κ°€λŠ₯ uri λ³€κ²½
  • Loading branch information
yerimm99 authored Feb 19, 2024
2 parents c53d7a2 + 81da09b commit 95313e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
.and()
.authorizeRequests() // μš”μ²­μ— λŒ€ν•œ 인증 μ„€μ •
.antMatchers("/v3/api-docs/**", "/swagger-ui/**", "/swagger-resources/**").permitAll()
.antMatchers("/", "/login", "/signUp/**", "/nangman-collection/",
.antMatchers("/", "/login/**", "/signUp/**", "/nangman-collection/",
"/nangman-collection/{nangmanLetterId}/like",
"/nangman-collection/{nangmanLetterId}").permitAll()
.antMatchers("/token/**").permitAll() // 토큰 λ°œκΈ‰μ„ μœ„ν•œ κ²½λ‘œλŠ” λͺ¨λ‘ ν—ˆμš©
Expand Down

0 comments on commit 95313e3

Please sign in to comment.