Skip to content

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

Closed
@whoacowboy

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())));

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