mirror of
https://github.com/labstack/echo.git
synced 2025-12-17 23:49:25 +02:00
@@ -235,7 +235,6 @@ func (r *router) Find(method, path string, ctx *Context) (h HandlerFunc, echo *E
|
|||||||
|
|
||||||
// Match-any
|
// Match-any
|
||||||
if cn.typ == mtype {
|
if cn.typ == mtype {
|
||||||
println(search, cn.prefix)
|
|
||||||
ctx.pvalues[0] = search[len(cn.prefix):]
|
ctx.pvalues[0] = search[len(cn.prefix):]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user