Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change localhost to IP - Swagger #35

Open
erichegit opened this issue Mar 28, 2021 · 1 comment
Open

change localhost to IP - Swagger #35

erichegit opened this issue Mar 28, 2021 · 1 comment

Comments

@erichegit
Copy link

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/

@donvadicastro
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants