Commit c962af1
fix(05-01): strip /v1 path from health probe URLs
The LLM/VLM base_url config includes the API path (e.g. http://host:8000/v1/)
but the /health endpoint is at the service root. Strip /v1 before probing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a7d1d57 commit c962af1
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
238 | 239 | | |
239 | 240 | | |
240 | 241 | | |
| |||
0 commit comments