Skip to content

Commit

Permalink
Merge pull request #655 from hearchco/as/feat/healthz
Browse files Browse the repository at this point in the history
feat: healthz endpoint
  • Loading branch information
aleksasiriski authored Dec 4, 2024
2 parents 1da82af + a773dbb commit 0015de1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/healthz/+server.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** @type {import('./$types').RequestHandler} */
export async function GET() {
return new Response("OK");
}

0 comments on commit 0015de1

Please sign in to comment.