Skip to content

Commit

Permalink
Merge pull request #183 from sopt-makers/develop
Browse files Browse the repository at this point in the history
[CHORE] SP1 prod 서버 반영
  • Loading branch information
thguss authored Oct 28, 2023
2 parents 2a1179a + ac16d68 commit b9a1572
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class ScheduleController {

private final LectureService lectureService;

@Scheduled(cron = "0 0 0 ? * 7")
@Scheduled(cron = "0 0 0 ? * SUN")
public void endLecture() {
lectureService.finishLecture();
}
Expand Down

0 comments on commit b9a1572

Please sign in to comment.