Commit 752a951
fix: HealthResponse no longer contains non-existent
/health returns only { status, uptime }. The HealthServices subtype
(redis/db status) was never returned by the API. Removed both the
field and the HealthServices class.
Verified against live endpoint:
curl https://v2-api.scrapegraphai.com/api/health
-> {"status": "ok", "uptime": 17936}
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>services field1 parent 6a53676 commit 752a951
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | 474 | | |
480 | 475 | | |
481 | 476 | | |
482 | | - | |
483 | 477 | | |
484 | 478 | | |
0 commit comments