1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-15 01:34:53 +02:00
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2015-05-18 11:33:11 -07:00
parent 73fa05f826
commit aa5e552282
8 changed files with 27 additions and 34 deletions

View File

@ -61,8 +61,8 @@ func main() {
e := echo.New()
// Middleware
e.Use(mw.Recover())
e.Use(mw.Logger())
e.Use(mw.Recover())
// Routes
e.Post("/users", createUser)