Skip to content

Commit 675f6d1

Browse files
committed
added ui link
1 parent 8acc4f4 commit 675f6d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

samples/java-jaxrs-cxf/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ This tells you that the server is up and ready to demonstrate Swagger.
2727
There is an HTML5-based API tool available in a separate project. This lets you inspect the API using an
2828
intuitive 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
3533
The sample app has an implementation of the Swagger ApiAuthorizationFilter. This restricts access to resources

0 commit comments

Comments
 (0)