Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Basepath Problem #46

Closed
samypr100 opened this issue Apr 1, 2016 · 1 comment
Closed

Basepath Problem #46

samypr100 opened this issue Apr 1, 2016 · 1 comment
Labels

Comments

@samypr100
Copy link

This issue is about swagger spec and base path behavior.
Using this library if you set it to "/" (meaning root), it's appending a "/" to the end of the url resulting in http(s)://host:port/apiRoute//... it should be http(s)://host:port/apiRoute/...
Instead if it's not simply "/", and something like "/basepath/" it's correct to append a "/" on the end if it doesn't exist.
I don't have this issue with swagger-ui itself, hence I though I should bring it up.

@daniel-cotton
Copy link
Contributor

Should be able to close now - addressed in #58

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants