I want to use the Swagger editor to test my REST service deployed with Grizzly. My service is on a different port (8081) then the Swagger editor (8080). How can I tell the editor (local or online) to use another port?
Thanks
I want to use the Swagger editor to test my REST service deployed with Grizzly. My service is on a different port (8081) then the Swagger editor (8080). How can I tell the editor (local or online) to use another port?
Thanks
Found the answer, haven't tested it yet:
Under the swagger object, there's a fixed field called host:
taken from: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md