From ddc91b47992b4def5f7da6f0ffbdeeac0b4d4b99 Mon Sep 17 00:00:00 2001 From: Mauricio Urraco Date: Mon, 3 Jun 2019 10:20:40 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce83ae..e2db6ee 100644 --- a/README.md +++ b/README.md @@ -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: