add health endpoint to web app
This commit is contained in:
5
web/src/routes/health/+server.ts
Normal file
5
web/src/routes/health/+server.ts
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
import { json } from '@sveltejs/kit';
|
||||||
|
|
||||||
|
export function GET() {
|
||||||
|
return json({ status: 'ok' });
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user