docs: fix 3003 reference in pipeline module, regenerate HTML/WASM

This commit is contained in:
Accusys
2026-05-19 23:22:09 +08:00
parent ba68cd2548
commit 8b53e815b8
3 changed files with 6 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ Returns per-step `done` / `pending` status with detail counts.
#### Example
```bash
curl "http://localhost:3003/api/v1/stats/ingestion-status/bd80fec9c42afb0307eb28f22c64c76a" | jq '.steps[] | {name, status, detail}'
curl "$API/api/v1/stats/ingestion-status/bd80fec9c42afb0307eb28f22c64c76a" | jq '.steps[] | {name, status, detail}'
```
#### Response
@@ -122,4 +122,4 @@ The following routes are defined in source code but are **NOT** currently mounte
| `/api/v1/who/candidates` | `who.rs` |
---
*Updated: 2026-05-19 12:49:24*
*Updated: 2026-05-19 23:21:51*