forked from vikunja/website
feat: add /health endpoint
This commit is contained in:
parent
4e9f00ea51
commit
d1b8eb4ed3
6
src/pages/api/health.ts
Normal file
6
src/pages/api/health.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export async function GET() {
|
||||
return new Response(JSON.stringify({
|
||||
healthy: true,
|
||||
}),
|
||||
)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user