fix: 메인 홈 API
- 로그인 하지 않고 조회가 가능하도록 수정
This commit is contained in:
@@ -80,6 +80,9 @@ class SecurityConfig(
|
||||
.antMatchers("/v2/audio-content/main/home").permitAll()
|
||||
.antMatchers("/v2/audio-content/main/home/popular-content-by-creator").permitAll()
|
||||
.antMatchers("/v2/audio-content/main/home/content/ranking").permitAll()
|
||||
.antMatchers("/api/home").permitAll()
|
||||
.antMatchers("/api/home/latest-content").permitAll()
|
||||
.antMatchers("/api/home/day-of-week-series").permitAll()
|
||||
.antMatchers(HttpMethod.GET, "/faq").permitAll()
|
||||
.antMatchers(HttpMethod.GET, "/faq/category").permitAll()
|
||||
.antMatchers("/audition").permitAll()
|
||||
|
Reference in New Issue
Block a user