add: health check

health check
This commit is contained in:
webfussel 2025-07-15 13:28:17 +02:00
parent 7ad780be6c
commit 23a01e782a

1
server/api/health.get.ts Normal file
View file

@ -0,0 +1 @@
export default defineEventHandler((): string => 'ok' )