fix: typo

This commit is contained in:
2022-09-15 14:17:56 +02:00
parent cf2966461f
commit 14e4004990
+1 -1
View File
@@ -495,6 +495,6 @@ router.get('/healthcheck', async function (req, res) {
router.get('/health', async function (req, res) {
res.json({status: "ok"});
}
});
module.exports = router;