Skip to content

Trailing slash in enterprise url breaks query, fixed in master but exists in tag 2.0.1 #540

Description

@whoacowboy

The trailing slash is messing up the query in tag 2.0.1

Tag 2.0.1

    $builder->addPlugin(new PathPrepend(sprintf('/api/%s/', $this->getApiVersion())));

Master works

    $builder->addPlugin(new PathPrepend(sprintf('/api/%s', $this->getApiVersion())));

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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