Skip to content

Commit

Permalink
[Fix] 팀 프로젝트 리스폰스 로직 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns777 committed Dec 8, 2023
1 parent dc96fef commit 13ed801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.example.pathfinder.data.response.model.Team
import com.google.gson.annotations.SerializedName

data class TeamBuildingResponse(
@SerializedName("teams")
@SerializedName("projects")
val teams: List<Team>
//todo:한번 더 확인

Expand Down

0 comments on commit 13ed801

Please sign in to comment.