Open
Description
Issue Description
Checklist
- [ + ] Dependencies installed
- [ + ] No typos
- [ + ] Searched existing issues and docs
Expected behaviour
normal routing
Actual behaviour
{
"message": "Not Found"
}
Steps to reproduce
just create any request
Working code to debug
g := e.Group("/api/test")
g.Use(echo.WrapMiddleware(mw.NewMW()))
{
g.Any("*", testController.Proxy)
}
actual result is
{
"message": "Not Found"
}
but route cant return anything
Version/commit
github.com/labstack/echo/v4 v4.11.1
Metadata
Metadata
Assignees
Labels
No labels