Update README.md

Added not about trailing "/" on swagger URL.
This commit is contained in:
Deklan Dieterly 2014-05-06 10:45:22 -06:00
parent 9327ed3bf4
commit 8f22ca56d2
1 changed files with 3 additions and 1 deletions

View File

@ -32,4 +32,6 @@ Requests flow through the following architectural layers from top to bottom:
When running mon-api the API docs along with the API test interface can be accessed via:
[http://localhost:8080/swagger-ui/](http://localhost:8080/swagger-ui/)
[http://localhost:8080/swagger-ui/](http://localhost:8080/swagger-ui/)
Note: the trailing "/" is necessary for the Swagger UI to work properly.