Skip to content

Commit

Permalink
feat: ping route for frontend health check
Browse files Browse the repository at this point in the history
  • Loading branch information
cabreraalex committed Sep 15, 2023
1 parent 0e4cd59 commit dd5c935
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/routes/ping/+server.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export async function GET() {
return new Response();
}

0 comments on commit dd5c935

Please sign in to comment.