aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/routes/api/health/+server.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/api/health/+server.ts b/src/routes/api/health/+server.ts
new file mode 100644
index 00000000..66a62024
--- /dev/null
+++ b/src/routes/api/health/+server.ts
@@ -0,0 +1 @@
+export const GET = () => new Response('OK', { status: 200 });