mirror of
https://github.com/labstack/echo.git
synced 2025-01-07 23:01:56 +02:00
commit
c1f86c0f15
@ -172,7 +172,7 @@ func (r *Router) insert(method, path string, h HandlerFunc, t kind, ppath string
|
|||||||
// Node already exists
|
// Node already exists
|
||||||
if h != nil {
|
if h != nil {
|
||||||
cn.addHandler(method, h)
|
cn.addHandler(method, h)
|
||||||
cn.ppath = path
|
cn.ppath = ppath
|
||||||
cn.pnames = pnames
|
cn.pnames = pnames
|
||||||
cn.echo = e
|
cn.echo = e
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user