Skip to content

Commit

Permalink
update route again
Browse files Browse the repository at this point in the history
  • Loading branch information
yudhaislamisulistya committed Aug 1, 2023
1 parent 99b8aa6 commit 13bea28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions route/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ func New() *echo.Echo {
return c.JSON(200, "Hello World")
})

// e.GET("/test-2", func(c echo.Context) error {
// return c.JSON(200, "Selamat Datang")
// })
e.GET("/test-2", func(c echo.Context) error {
return c.JSON(200, "Selamat Datang")
})

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

0 comments on commit 13bea28

Please sign in to comment.