Skip to content

HOWTO: Configure swagger ui for your server

bmckinney edited this page Nov 10, 2016 · 1 revision

Steps

  1. Modify the url variable in index.html around line 42: url = "http://localhost:8080/apidocs/swagger.yaml";

  2. Modify the host and schema variables in swagger.yaml around line 5:

    host: localhost:8080
    schemes:
      - http