Skip to content

Swagger UI is broken for some services #1

@cer

Description

@cer

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",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions