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

Do not prepend a / if namespace is absolute. #2983

Merged

Commits on Apr 8, 2015

  1. Do not prepend a / if namespace is absolute.

    If you provide `namespace` as `/api/v1` it will end up using `//api/v1`.
    
    As of this change, if `namespace` is absolute it will not prepend a
    slash.
    rwjblue committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    3caa83d View commit details
    Browse the repository at this point in the history