Skip to content

Commit

Permalink
rename(#306): 파일 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehan4707 committed Dec 14, 2023
1 parent 132cac1 commit 62292ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package boostcamp.and07.mindsync.data.network.response.board
import kotlinx.serialization.Serializable

@Serializable
data class CreateBoardData(
data class CreateBoardDto(
val boardId: String,
val date: String,
val imageUrl: String,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import kotlinx.serialization.Serializable
data class CreateBoardResponse(
val message: String,
val statusCode: Int,
val data: CreateBoardData?,
val data: CreateBoardDto?,
)

0 comments on commit 62292ae

Please sign in to comment.