add dashboard for testing
This commit is contained in:
parent
cae03f0e30
commit
8e5421ed17
5 changed files with 100 additions and 8 deletions
|
|
@ -28,4 +28,7 @@ endpointMap = {
|
|||
|
||||
res.render("heartbeat");
|
||||
},
|
||||
'info': function(req, res, next){
|
||||
res.json(heartbeatApiInfo);
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue