multiversx / mx-chain-proxy-go

🐙 MultiversX Proxy: The official implementation of the web proxy for the MultiversX blockchain. An intermediary that abstracts away the complexity of sharding, through a friendly HTTP API.
https://docs.multiversx.com/sdk-and-tools/proxy/
54 stars 18 forks source link

remove swagger servers list #437

Closed bogdan-rosianu closed 5 months ago

bogdan-rosianu commented 5 months ago

Previously, the servers list was hardcoded into the open api specs and users had to select the correct server when using the Swagger UI. Furthermore, without file change, a local copy of the proxy could have not been tested. Removed the servers list so Swagger will make all calls to the current host.

Testing procedure: