Skip to content

Commit

Permalink
Merge pull request #1 from alifnaufalyasin/alif-dev
Browse files Browse the repository at this point in the history
update
  • Loading branch information
alifnaufalyasin authored Oct 23, 2021
2 parents 5852410 + 035dac6 commit 4a7103e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/routes/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func Init(e *echo.Echo) *echo.Echo {
log.Info().Msg("menginisialisasikan routes")

e.GET("/", func(c echo.Context) error {
return c.String(http.StatusOK, "Hello world")
return c.String(http.StatusOK, "Haii")
})

log.Info().Msg("routes terinisialisasi")
Expand Down

0 comments on commit 4a7103e

Please sign in to comment.