Skip to content

Commit d0eab55

Browse files
committed
Remove deprecated endpoint in WorkdayController to encourage use of the new calendar API
1 parent 64e55f6 commit d0eab55

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/kotlin/com/moa/controller/WorkdayController.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class WorkdayController(
3636
workdayService.getMonthlySchedules(member.id, year, month)
3737
)
3838

39-
@Deprecated("Use GET /api/v1/calendar instead")
4039
@GetMapping("/{date}")
4140
fun getSchedule(
4241
@Auth member: AuthMemberInfo,

0 commit comments

Comments
 (0)