1
0
mirror of https://github.com/labstack/echo.git synced 2025-03-21 21:27:04 +02:00

fixed bug

This commit is contained in:
swh 2016-03-10 13:17:43 +08:00
parent f730def2c6
commit 53e173aade

View File

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