mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-22 17:42:14 +08:00
fixconflict
This commit is contained in:
parent
67f7943237
commit
31b6862acb
2
gin.go
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user