mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-22 09:34:33 +08:00
add RelativePath to function rest
This commit is contained in:
parent
7b8c5f0f47
commit
c78d502ab4
@ -72,6 +72,7 @@ func (c *Context) reset() {
|
||||
c.handlers = nil
|
||||
c.index = -1
|
||||
c.Keys = nil
|
||||
c.RelativePath=""
|
||||
c.Errors = c.Errors[0:0]
|
||||
c.Accepted = nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user