Skip to content

Commit

Permalink
πŸ”€ :: [#261] StudentDetailByGuestResponse DTO μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun authored Aug 28, 2023
1 parent 0b4057e commit 71f9e9c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ public struct FetchStudentDetailByGuestResponseDTO: Decodable {
self.projects = projects
self.prizes = prizes
}

enum CodingKeys: String, CodingKey {
case name, introduce, major, techStacks, projects, prizes
case profileImg = "profileImgUrl"
}
}

public extension FetchStudentDetailByGuestResponseDTO {
Expand Down

0 comments on commit 71f9e9c

Please sign in to comment.