initial commit
This commit is contained in:
7
server/routes/health.get.js
Normal file
7
server/routes/health.get.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default defineEventHandler(() => ({
|
||||
status: 'ok',
|
||||
endpoints: {
|
||||
live: '/health/live',
|
||||
ready: '/health/ready',
|
||||
},
|
||||
}))
|
||||
Reference in New Issue
Block a user