We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13465d9 commit ff31db5Copy full SHA for ff31db5
README.md
@@ -67,7 +67,7 @@ A sample **Actix Web** application demonstrating integration with **ClickHouse**
67
| Endpoint | Method | Description | Example |
68
|--------------|----------|-------------------------------|-------------------------------------|
69
| `/` | GET | Demo endpoint with request ID | `curl http://localhost:1337` |
70
-| `/health` | GET | More Text | `curl http://localhost:1337/health` |
+| `/health` | GET | Healthcheck | `curl http://localhost:1337/health` |
71
| `/logs` | GET | Get paginated logs | `curl "http://localhost:1337/logs?limit=5&offset=0"` |
72
| `/fail` | GET | Trigger handle panic example | `curl http://localhost:1337/fail` |
73
0 commit comments