오디션 메인
- 로그인 없이 조회 가능하도록 수정
This commit is contained in:
@@ -80,6 +80,7 @@ class SecurityConfig(
|
||||
.antMatchers("/v2/audio-content/main/home/content/ranking").permitAll()
|
||||
.antMatchers(HttpMethod.GET, "/faq").permitAll()
|
||||
.antMatchers(HttpMethod.GET, "/faq/category").permitAll()
|
||||
.antMatchers("/audition").permitAll()
|
||||
.anyRequest().authenticated()
|
||||
.and()
|
||||
.build()
|
||||
|
Reference in New Issue
Block a user