From 2c8d699cf979cce8fc39e54feff2c1772df6613f Mon Sep 17 00:00:00 2001 From: Ittipat Lusuk Date: Thu, 7 Aug 2025 15:44:19 +0700 Subject: [PATCH] Fixed healthy route --- routes/health.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes/health.js b/routes/health.js index eb60852..96825f1 100644 --- a/routes/health.js +++ b/routes/health.js @@ -1,6 +1,8 @@ var express = require('express'); var router = express.Router(); +const { CronJobs } = require("../cron-jobs"); + const healthStatus = [ "OK", "FAIL"