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
commit 36a5b24e4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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