Skip to content

Commit

Permalink
MERGE :: develop -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
Daybreak312 committed Jul 25, 2024
2 parents db46c26 + a77fc0f commit b274e5b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.info.maeumgagym.core.pose.dto.response

data class PoseRecommendationListResponse(
val response: List<CategoryMarkedPoseListResponse>
val responses: List<CategoryMarkedPoseListResponse>
)

data class CategoryMarkedPoseListResponse(
val category: String,
val poses: PoseListResponse
val poses: List<PoseInfoResponse>
)

0 comments on commit b274e5b

Please sign in to comment.