Skip to content

Commit

Permalink
update comment func test
Browse files Browse the repository at this point in the history
  • Loading branch information
yudhaislamisulistya committed Aug 1, 2023
1 parent fabac0e commit 3614588
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions route/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ func New() *echo.Echo {
g.POST("/forgot-password", controller.ForgotPasswordController)
g.POST("/change-password", controller.ChangePasswordController)

// Testing
e.GET("/test", func(c echo.Context) error {
return c.JSON(200, "Hello World")
})
// // Testing
// e.GET("/test", func(c echo.Context) error {
// return c.JSON(200, "Hello World")
// })

return e
}
Binary file modified tmp/main
Binary file not shown.

0 comments on commit 3614588

Please sign in to comment.