Skip to content

Commit 0b2bfa1

Browse files
committed
chore: 추후 수정해야 할 부분 표시
1 parent 2834221 commit 0b2bfa1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/example/solidconnection/university/controller/UnivApplyInfoController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public ResponseEntity<UnivApplyInfoRecommendsResponse> getUnivApplyInfoRecommend
4545
}
4646
}
4747

48+
// todo: return 타입 UnivApplyInfoPreviewResponses 같이 객체로 묶어서 반환하는 것으로 변경 필요
4849
@GetMapping("/like")
4950
public ResponseEntity<List<UnivApplyInfoPreviewResponse>> getMyWishUnivApplyInfo( /* todo: wish 가 아니라 liked 로 변경 필요 - 코드 용어 통일 */
5051
@AuthorizedUser SiteUser siteUser

0 commit comments

Comments
 (0)