mirror of
https://github.com/khoaliber/dockhand.git
synced 2026-03-08 21:29:05 +00:00
Initial commit
This commit is contained in:
6
routes/api/health/+server.ts
Normal file
6
routes/api/health/+server.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { json } from '@sveltejs/kit';
|
||||
import type { RequestHandler } from './$types';
|
||||
|
||||
export const GET: RequestHandler = async () => {
|
||||
return json({ status: 'ok', timestamp: new Date().toISOString() });
|
||||
};
|
||||
Reference in New Issue
Block a user