1
0
mirror of https://github.com/labstack/echo.git synced 2025-03-23 21:29:26 +02:00
This commit is contained in:
Vishal Rana 2016-03-09 23:24:48 -08:00
commit 38d010090f

View File

@ -80,5 +80,5 @@ type (
)
func (h HandlerFunc) ServeHTTP(req Request, res Response) {
h.ServeHTTP(req, res)
h(req, res)
}