diff --git a/gin.go b/gin.go index 03a58776..65aa7b72 100644 --- a/gin.go +++ b/gin.go @@ -354,7 +354,7 @@ func (engine *Engine) handleHTTPRequest(c *Context) { } root := t[i].root // Find route in tree - handlers, params, relativePath, tsr := root.getValue(path, c.Params, unescape) + handlers, params, relativePath, tsr := root.getValue(path, c.Params, unescape) c.RelativePath = relativePath if handlers != nil { c.handlers = handlers