Skip to content

Commit

Permalink
Add /health check
Browse files Browse the repository at this point in the history
  • Loading branch information
tdooner committed Jun 26, 2024
1 parent 053d3a5 commit a32bfe9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/health/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default async function Health() {
return (
<div>ok</div>
)
}

export const dynamic = 'force-dynamic'

0 comments on commit a32bfe9

Please sign in to comment.