chore: add health check
This commit is contained in:
parent
4820a7a793
commit
629f24811a
1 changed files with 4 additions and 0 deletions
|
|
@ -70,3 +70,7 @@ router
|
|||
})
|
||||
.prefix('/internals')
|
||||
.use(middleware.internal())
|
||||
|
||||
router.get('/health', async () => {
|
||||
return { status: 'ok' }
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue