uncomment scheduler

This commit is contained in:
vu-tran
2024-11-12 11:13:22 +07:00
parent f18521d190
commit c89345329d

View File

@@ -281,7 +281,7 @@ public class Scraper {
}
// @Scheduled(cron = "0 0 19 * * ?")
@Scheduled(cron = "0 0 19 * * ?")
@PostConstruct
@RequestMapping("/addMoneyStock")
public void addMoneyStock() {