From f9cc4e6c283bd6effcbb6c0dd19b07a7eddc51ee Mon Sep 17 00:00:00 2001 From: Antonio Date: Thu, 15 Feb 2024 18:36:37 +0100 Subject: [PATCH] docs: fix swagger api --- src/HttpServer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer.ts b/src/HttpServer.ts index 7c17b48..ee4a350 100644 --- a/src/HttpServer.ts +++ b/src/HttpServer.ts @@ -166,7 +166,7 @@ export class HttpServer { /** * @openapi - * /getaddr: + * /chain-info: * get: * summary: It retrieves server configuration addresses and some general data. * description: It displays addresses used by the server, as well as chain information, status and version.