All live services and endpoints. API routes loaded in real time from the OpenAPI spec.
| Path | Destination | Service | |
|---|---|---|---|
| /health | → | 127.0.0.1:8001 | FastAPI health check |
| /api/* | → | 127.0.0.1:8001 | FastAPI REST API |
| /ws/* | → | 127.0.0.1:8001 | FastAPI WebSockets |
| /* (default) | → | 127.0.0.1:3000 | DAAL Node.js |