mirror of
https://github.com/labstack/echo.git
synced 2025-11-27 22:38:25 +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