mirror of
https://github.com/labstack/echo.git
synced 2025-03-21 21:27:04 +02:00
fixed bug
This commit is contained in:
parent
f730def2c6
commit
53e173aade
@ -74,5 +74,5 @@ type (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func (h HandlerFunc) ServeHTTP(req Request, res Response) {
|
func (h HandlerFunc) ServeHTTP(req Request, res Response) {
|
||||||
h.ServeHTTP(req, res)
|
h(req, res)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user