forked from lug/matterbridge
1
vendor/github.com/labstack/echo/v4/router.go
generated
vendored
1
vendor/github.com/labstack/echo/v4/router.go
generated
vendored
@@ -524,7 +524,6 @@ func optionsMethodHandler(allowMethods string) func(c Context) error {
|
||||
// - Return it `Echo#ReleaseContext()`.
|
||||
func (r *Router) Find(method, path string, c Context) {
|
||||
ctx := c.(*context)
|
||||
ctx.path = path
|
||||
currentNode := r.tree // Current node as root
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user