Skip to content

Commit ff31db5

Browse files
authored
chore: update README.md
1 parent 13465d9 commit ff31db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ A sample **Actix Web** application demonstrating integration with **ClickHouse**
6767
| Endpoint | Method | Description | Example |
6868
|--------------|----------|-------------------------------|-------------------------------------|
6969
| `/` | GET | Demo endpoint with request ID | `curl http://localhost:1337` |
70-
| `/health` | GET | More Text | `curl http://localhost:1337/health` |
70+
| `/health` | GET | Healthcheck | `curl http://localhost:1337/health` |
7171
| `/logs` | GET | Get paginated logs | `curl "http://localhost:1337/logs?limit=5&offset=0"` |
7272
| `/fail` | GET | Trigger handle panic example | `curl http://localhost:1337/fail` |
7373

0 commit comments

Comments
 (0)