mirror of
https://github.com/labstack/echo.git
synced 2025-11-25 22:32:23 +02:00
Wrappers for handler and middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
@@ -22,7 +22,7 @@ func Recover() echo.MiddlewareFunc {
|
||||
err, n, trace[:n]))
|
||||
}
|
||||
}()
|
||||
return h(c)
|
||||
return h.Handle(c)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user