mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add simple health check page
This commit is contained in:
parent
c39a5d0832
commit
5a8eedb091
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