mirror of
https://github.com/labstack/echo.git
synced 2025-07-09 01:15:54 +02:00
Merge branch 'v2' of https://github.com/labstack/echo into v2
This commit is contained in:
@ -80,5 +80,5 @@ type (
|
||||
)
|
||||
|
||||
func (h HandlerFunc) ServeHTTP(req Request, res Response) {
|
||||
h.ServeHTTP(req, res)
|
||||
h(req, res)
|
||||
}
|
||||
|
Reference in New Issue
Block a user