From f6bda2a8aa8cde2d992f7f4797d993efecbbf740 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:39:49 +0200 Subject: [PATCH] Fix default sertver url and port for better hint users --- api-spec/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-spec/openapi.yaml b/api-spec/openapi.yaml index 077462d..b3538bc 100644 --- a/api-spec/openapi.yaml +++ b/api-spec/openapi.yaml @@ -7,7 +7,7 @@ info: name: VAC Team url: https://forum.vac.dev/ servers: - - url: http://localhost:8545 + - url: http://127.0.0.1:8645 description: Accessing your wakunode via API is possible normally via localhost on defaul port 8545. tags: - name: admin