This commit is contained in:
Klaus 2024-03-30 01:48:25 +09:00
parent b03d424e2f
commit aa4af439be
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ class AudioContentController(private val service: AudioContentService) {
) = run {
if (member == null) throw SodaException("로그인 정보를 확인해주세요.")
print("test")
ApiResponse.ok(
service.getAudioContentList(
creatorId = creatorId,