Skip to content

Commit

Permalink
Merge pull request #65 from piny940/example-healthz
Browse files Browse the repository at this point in the history
exampleにhealthzを作成
  • Loading branch information
piny940 authored Nov 5, 2024
2 parents d88ef6d + 0694043 commit d4b4ad6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/src/app/healthz/route.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export async function GET() {
return Response.json({ message: 'ok' })
}

0 comments on commit d4b4ad6

Please sign in to comment.