Merge pull request #113 from dalbodeule/develop

some fix on SongSResponseDTO
This commit is contained in:
JinU Choi
2024-08-24 13:59:13 +09:00
committed by GitHub

View File

@@ -20,6 +20,7 @@ data class SongsDTO(
val reqName: String val reqName: String
) )
@Serializable
data class SongsResponseDTO( data class SongsResponseDTO(
val current: SongsDTO? = null, val current: SongsDTO? = null,
val next: List<SongsDTO> = emptyList() val next: List<SongsDTO> = emptyList()