This is in lab_complete - haven't tested other branches.
http://localhost:8081/swagger-ui/index.html (customer service) and 8080 (api gateway) are fine:
<script>
window.onload = function() {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
url: "/v3/api-docs",
But opening http://localhost:8082/swagger-ui/index.html (foo_account-service_1) shows the Petstore - same for 8083-8084.
window.onload = function() {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
url: "https://petstore.swagger.io/v2/swagger.json",
This is in lab_complete - haven't tested other branches.
http://localhost:8081/swagger-ui/index.html(customer service) and 8080 (api gateway) are fine:But opening
http://localhost:8082/swagger-ui/index.html(foo_account-service_1) shows the Petstore - same for 8083-8084.