mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
add human-friendly middleware names on route debugging (see HISTORY.md#Next)
Former-commit-id: f7291c4a077c4d1573344c93ba8a153fede18795
This commit is contained in:
@@ -343,6 +343,7 @@ func (r *Route) ResolvePath(args ...string) string {
|
||||
|
||||
var ignoreHandlersTraces = [...]string{
|
||||
"iris/macro/handler.MakeHandler",
|
||||
"iris/hero.makeHandler.func2",
|
||||
"iris/core/router.(*APIBuilder).Favicon",
|
||||
"iris/core/router.StripPrefix",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user