File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,7 @@ This tells you that the server is up and ready to demonstrate Swagger.
2727There is an HTML5-based API tool available in a separate project. This lets you inspect the API using an
2828intuitive UI. You can pull this code from here: https://github.com/wordnik/swagger-ui
2929
30- You can then open the dist/index.html file in any HTML5-enabled browser. Upen opening, enter the
31- URL of your server in the top-centered input box (default is http://localhost:8002/api/swagger.json ). Click the "Explore"
32- button and you should see the resources available on the server.
30+ As part of the build process, swagger-ui is copied to the webapp, and is available at http://localhost:8002
3331
3432### Applying an API key
3533The sample app has an implementation of the Swagger ApiAuthorizationFilter. This restricts access to resources
You can’t perform that action at this time.
0 commit comments