Skip to content

Sub path support #11

Open
Open
@yosiat

Description

@yosiat

Hi,

I am using this middleware and I am mounting my api server under specific sub-path (using echo.Group("/subpath")), when using the subpath I am getting an error of no matching operation was found.

Without the sub-path it works.

Looks like it's happening because we are constructing a new router with gorillamux and not re-using existing router.

Any idea on how to overcome this issue?

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