Skip to content

Commit

Permalink
[#35] fix: API Endpoint 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dl-00-e8 committed Feb 5, 2024
1 parent 2862cc7 commit 886e5b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public ApplicationResponse<List<BannerRes>> getProjectImageList() {
}

@Operation(description = "공모전 공고 페이지 배너 리스트 반환")
@GetMapping("/project")
@GetMapping("/content")
public ApplicationResponse<List<BannerRes>> getContestImageList() {
return ApplicationResponse.ok(bannerService.getContestImageList());
}
Expand Down

0 comments on commit 886e5b7

Please sign in to comment.