We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
http://localhost:8081/swagger-ui/index.html
<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.
http://localhost:8082/swagger-ui/index.html
window.onload = function() { // Begin Swagger UI call region const ui = SwaggerUIBundle({ url: "https://petstore.swagger.io/v2/swagger.json",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: