1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2018-01-30 10:27:57 -08:00
parent 7c1071dcb1
commit 67a5dcdb91

View File

@ -77,7 +77,7 @@ func RewriteWithConfig(config RewriteConfig) echo.MiddlewareFunc {
} }
} }
return return next(c)
} }
} }
} }