feat: ADD health endpoint with simple testing #29
This commit is contained in:
parent
53263c8923
commit
e42e55c7e4
2 changed files with 38 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ The goal is to keep it simple! For feature-rich solutions please check out [hedg
|
|||
- `POST /` — create a pad from request body (curl-friendly, see *Usage*)
|
||||
- `GET /{pad_id}/raw` — raw text (auth via `?pw=…` for protected pads)
|
||||
- `GET /system/info` — instance configuration page
|
||||
- `GET /health` — JSON health check (200 `ok` / 503 `degraded`)
|
||||
- WebSocket `/ws/{pad_id}` — live collaboration
|
||||
|
||||
**Deployment:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue