Skip to content

Commit

Permalink
Merge pull request EveryUniv#185 from gutanbug/dev_deploy
Browse files Browse the repository at this point in the history
fix : 라인업 조회에 주석 추가
  • Loading branch information
gutanbug authored May 12, 2024
2 parents 607539f + 13bab99 commit 8976826
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public void changeToTrue(AppAuthentication auth, @RequestParam FestivalDate fest

/**
* 라인업 날짜 조회
* <p>라인업 날짜는 중복되지 않게 조회됩니다.</p>
*/
@GetMapping("/date")
public List<ResponseFestivalDateDto> listFestivalDate() {
Expand Down

0 comments on commit 8976826

Please sign in to comment.