Since Swagger-Play 1.7.1 the host value is not determined anymore from the request.
Since a service might run on many different hosts and ports (locally, in IDE, using docker, from executable, etc) it is difficult to always get the host correct.
I provided a fix in PR #8 to fix this issue.
Please consider merging this.
Since Swagger-Play 1.7.1 the
hostvalue is not determined anymore from the request.Since a service might run on many different hosts and ports (locally, in IDE, using docker, from executable, etc) it is difficult to always get the host correct.
I provided a fix in PR #8 to fix this issue.
Please consider merging this.