mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 12:57:05 +00:00
:)
This commit is contained in:
@@ -136,10 +136,7 @@ func (router *Router) buildMainHandlerWithFilters(routerFilters map[Party]*Filte
|
||||
}
|
||||
|
||||
if leftSlashLen == rightSlashLen {
|
||||
if len(left.Path) > len(right.Path) {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
return len(left.Path) > len(right.Path)
|
||||
}
|
||||
|
||||
return len(left.Path) > len(right.Path)
|
||||
|
||||
Reference in New Issue
Block a user