add dashboard for testing
All checks were successful
CI for GGS-CRON / build-docker (push) Successful in 1m38s
CI for GGS-CRON / build-and-test (push) Successful in 3m22s

This commit is contained in:
Pakin 2025-08-11 17:38:45 +07:00
parent cae03f0e30
commit 8e5421ed17
5 changed files with 100 additions and 8 deletions

View file

@ -28,4 +28,7 @@ endpointMap = {
res.render("heartbeat");
},
'info': function(req, res, next){
res.json(heartbeatApiInfo);
}
};