Browse Source

Merge pull request #669 from hermeznetwork/fix/mockserer

Fix mock server
master
arnau 3 years ago
committed by GitHub
parent
commit
e2bae9a13c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      api/swagger.yml

+ 3
- 3
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

Loading…
Cancel
Save