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

fix(rest-explorer): exclude basePath from /openapi URL #2856

Merged
merged 2 commits into from
May 13, 2019

Commits on May 13, 2019

  1. fix(rest-explorer): exclude basePath from /openapi URL

    Endpoints serving OpenAPI spec ignore basePath setting, i.e. even if
    basePath is set to `/api`, the spec is served at `/openapi.json`.
    
    Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
    bajtos committed May 13, 2019
    Configuration menu
    Copy the full SHA
    3fa4f11 View commit details
    Browse the repository at this point in the history
  2. fixup! rework tests and fix express composition

    Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
    bajtos committed May 13, 2019
    Configuration menu
    Copy the full SHA
    2fdc30f View commit details
    Browse the repository at this point in the history