ccxt-rest / ccxt-rest

Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change localhost to IP - Swagger

erichegit opened this issue · comments

CCXT REST - 2.5.0

Server=http://localhost:3000/

How to change the Swagger URL - localhost is not working for me, since I need an IP-Address to get the calls working.
With Postman no issue - but I would like to use the "/explorer" and the "Try it out"

Server=http://192.168.1.10:3000/

commented

api/swagger/swagger.yml

there is strict servers list to access, this property need to be removed

servers:
  - url: 'http://localhost:3000/'

Don't have permissions to create PR.