parent
9be78062be
commit
04f2ac6815
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue