swagger-samples icon indicating copy to clipboard operation
swagger-samples copied to clipboard

swagger-ui doesn't show up

Open sshanamplify opened this issue 7 years ago • 0 comments

Below is what I did:

  1. clone the repo
  2. enter into scala/scala-play2.4 folder
  3. execute sbt run and the server is running correct
  4. 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?

sshanamplify avatar Mar 25 '17 15:03 sshanamplify