Skip to content

Commit 8cecd0e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/health.mjs

+1-1
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)