-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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?
GreyXor
Metadata
Metadata
Assignees
Labels
No labels