Skip to content

Commit

Permalink
feat : 선택한 월에 답변한 질문 조회 API 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
programmerDH-github committed Sep 9, 2023
1 parent 1497436 commit 3bad543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ else if (dateArr.length == 2) {
}

if (questionAndAnswers.isEmpty()) {
ResponseEntity.ok("선택한 날짜의 값이 존재하지 않습니다.");
return ResponseEntity.ok("선택한 날짜의 값이 존재하지 않습니다.");
}

System.out.println(page + "@##!#!##!#$$!@$!@$!@4pagE@#!@@#$!@$!@$");
Expand Down

0 comments on commit 3bad543

Please sign in to comment.