From e52ba3d258d53896d05534ef973d35a70330dd15 Mon Sep 17 00:00:00 2001 From: arnaubennassar Date: Tue, 23 Mar 2021 17:04:54 +0100 Subject: [PATCH] Fix mock server --- api/swagger.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/swagger.yml b/api/swagger.yml index a1e70e8..f3ea2d4 100644 --- a/api/swagger.yml +++ b/api/swagger.yml @@ -59,9 +59,9 @@ externalDocs: description: Find out more about Hermez network. url: 'https://hermez.io' servers: - - description: Hosted mock up - url: https://apimock.hermez.network/v1 - - description: Localhost mock Up + - description: Testnet api, connected to Rinkeby deployment + url: https://api.testnet.hermez.io/v1 + - description: Localhost usefull for testing/developing the api url: http://localhost:4010/v1 tags: - name: Coordinator