mirror of
https://github.com/labstack/echo.git
synced 2025-06-25 00:47:01 +02:00
fixed bug
This commit is contained in:
@ -74,5 +74,5 @@ type (
|
||||
)
|
||||
|
||||
func (h HandlerFunc) ServeHTTP(req Request, res Response) {
|
||||
h.ServeHTTP(req, res)
|
||||
h(req, res)
|
||||
}
|
||||
|
Reference in New Issue
Block a user