Skip to content

Commit

Permalink
delete: useless class
Browse files Browse the repository at this point in the history
  • Loading branch information
siwonpada committed Aug 25, 2024
1 parent e4a08be commit 70b25fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/kotlin/me/gistory/newbies_server_24/dto/TagDto.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@ data class TagDto(
data class TagListDto (
val count: Int,
val list: List<TagDto>
)

data class CreateTagDto(
val key: String,
)

0 comments on commit 70b25fc

Please sign in to comment.