mirror of
https://github.com/gevera/hot-cold-cities.git
synced 2025-12-06 08:18:19 +00:00
Added healthcheck endpoint
This commit is contained in:
parent
6b5c8434fa
commit
94efdfc36d
5
src/routes/api/healthcheck/+server.ts
Normal file
5
src/routes/api/healthcheck/+server.ts
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
import { json } from '@sveltejs/kit';
|
||||||
|
|
||||||
|
export function GET() {
|
||||||
|
return json({ ok: true });
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user