Nepfi API Gateway
HTTP gateway routing /v1/<product>/<resource> to the appropriate Nepfi product app.
Registered products
nepse-desk— NEPSE Desk (configured)
Health endpoints
- /api/health — liveness probe
- /api/ready — readiness probe (reports which product upstreams are configured)
Example
GET http://localhost:3002/v1/nepse-desk/ping
Proxies to the NEPSE Desk product app /api/v1/products/nepse-desk/ping route handler.
For the marketing site visit http://localhost:3001.