Skip to content

Commit

Permalink
fix: 팀 캘린더 하루 일정 조회 테스트 API URI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sh111-coder committed Jul 27, 2023
1 parent d5bf8b0 commit e8a4b41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static ExtractableResponse<Response> FIND_DAILY_SCHEDULE_REQUEST(final Lo
.queryParam("month", month)
.queryParam("day", day)
.when().log().all()
.get("/api/team-place/{teamPlaceId}/calendar/daily-schedules")
.get("/api/team-place/{teamPlaceId}/calendar/schedules")
.then().log().all()
.extract();
}
Expand Down

0 comments on commit e8a4b41

Please sign in to comment.