콘텐츠 메인 무료 탭 API

= url -> /free로 변경
This commit is contained in:
Klaus 2025-02-08 02:46:50 +09:00
parent 9be78062be
commit 04f2ac6815
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RequestMapping
import org.springframework.web.bind.annotation.RestController import org.springframework.web.bind.annotation.RestController
@RestController @RestController
@RequestMapping("/v2/audio-content/main/series") @RequestMapping("/v2/audio-content/main/free")
class AudioContentMainTabFreeController(private val service: AudioContentMainTabFreeService) { class AudioContentMainTabFreeController(private val service: AudioContentMainTabFreeService) {
@GetMapping @GetMapping
fun fetchContentMainFree( fun fetchContentMainFree(