swagger-samples
swagger-samples copied to clipboard
swagger-ui doesn't show up
Below is what I did:
- clone the repo
- enter into scala/scala-play2.4 folder
- execute sbt run and the server is running correct
- open the browser with localhost:9000, the swagger ui doesn't popup correctly, it says Action not found for GET "/". but localhost:9000/swagger.json is ok and I don't see any problem with it. Is there anything wrong with my steps?