Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
murraco committed May 29, 2020
1 parent 6957a6d commit ddc91b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ http.apply(new JwtTokenFilterConfigurer(jwtTokenProvider));
$ mvn spring-boot:run
```
6. Navigate to `http://localhost:8000/swagger-ui.html` in your browser to check everything is working correctly. You can change the default port in the following `application.yml` file
6. Navigate to `http://localhost:8080/swagger-ui.html` in your browser to check everything is working correctly. You can change the default port in the following `application.yml` file
```yml
server:
Expand Down

0 comments on commit ddc91b4

Please sign in to comment.