Skip to content

Commit

Permalink
Correct port for the protected endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale authored Oct 25, 2017
1 parent eeeda28 commit 3b660ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-springboot-rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Access the Quickstart
The endpoints for the service are:

* public - <http://localhost:8081/public>
* secured - <http://localhost:8080/products>
* secured - <http://localhost:8081/products>


You can open the public endpoint directly in the browser to test the service. The other endpoint require
Expand Down

0 comments on commit 3b660ff

Please sign in to comment.