Skip to content
New issue

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

Swagger UI is broken for some services #1

Open
cer opened this issue Jul 26, 2022 · 0 comments
Open

Swagger UI is broken for some services #1

cer opened this issue Jul 26, 2022 · 0 comments

Comments

@cer
Copy link
Contributor

cer commented Jul 26, 2022

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",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant