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