1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00

Merge pull request #383 from admpub/v2

fixed bug
This commit is contained in:
Vishal Rana 2016-03-09 21:20:46 -08:00
commit 640e47fa72

View File

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