mirror of
https://github.com/labstack/echo.git
synced 2025-03-23 21:29:26 +02:00
Merge branch 'v2' of https://github.com/labstack/echo into v2
This commit is contained in:
commit
38d010090f
@ -80,5 +80,5 @@ type (
|
||||
)
|
||||
|
||||
func (h HandlerFunc) ServeHTTP(req Request, res Response) {
|
||||
h.ServeHTTP(req, res)
|
||||
h(req, res)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user