mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
Merge pull request #253 from learnhouse/feat/add-health-probe
Add simple health check page
This commit is contained in:
commit
156d6ecb2a
1 changed files with 9 additions and 0 deletions
9
apps/web/app/orgs/[orgslug]/health/page.tsx
Normal file
9
apps/web/app/orgs/[orgslug]/health/page.tsx
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
function HealthPage() {
|
||||||
|
return (
|
||||||
|
<div>OK</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default HealthPage
|
||||||
Loading…
Add table
Add a link
Reference in a new issue