Skip to content

Commit 8cecd0e

Browse files
Manual merge of fix from PR67
1 parent 84f2726 commit 8cecd0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/health.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ router.get("/", async function healthGet(req, res, next) {
88
const healthcheck = {
99
uptime: process.uptime(),
1010
message: "OK",
11-
timestamp: Date()
11+
timestamp: new Date().toString()
1212
};
1313
try {
1414
res.send(healthcheck);

0 commit comments

Comments
 (0)