diff --git a/HTTP-REST-API.md b/HTTP-REST-API.md index 6da94cf..a2808b3 100644 --- a/HTTP-REST-API.md +++ b/HTTP-REST-API.md @@ -32,7 +32,7 @@ This document reflects the API **exactly as implemented** in the server code. - `404 Not Found` for some resource misses (e.g., pin/unpin when path not found) - `500 Internal Server Error` on unhandled exceptions (JSON body with `path` and `error` provided by exception handler) -> The server listens on `127.0.0.1:`, where `` comes from your runtime configuration (`config_.get_api_port()`). +> The server listens on `127.0.0.1:`, where `` comes from your runtime configuration (`config.json`). ---