Closed SimonGoring closed 7 years ago
I fixed this by editing node/public/api-docs/index.html
and changing the reference to the remote host.
For future reference, the line to modify was here: https://github.com/NeotomaDB/api_nodetest/blob/dev/public/api-docs/index.html#L76
Good find. Odd we need to edit the index.html. Seems the SwaggerUIBundle should provide a means to pass that from the config object.
My guess is that there is a more complete fix, and that this was just lazy :)
Going to the landing page for
api-dev
remotely was returning an error because it couldn't find theswagger.json
file. @stryker-m