Skip to content

Commit

Permalink
Merge pull request #40 from Gongjakso/feat/setting
Browse files Browse the repository at this point in the history
fix: API Endpoint 오류 수정
  • Loading branch information
dl-00-e8 authored Feb 5, 2024
2 parents 2862cc7 + 886e5b7 commit 69b957a
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 69b957a

Please sign in to comment.