Skip to content

Commit

Permalink
feat: add space on response
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldiwildan77 committed Jun 3, 2023
1 parent 5172a39 commit f80c848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func Register(e *echo.Echo) {
e.Use(middleware.Logger())

e.GET("/health", func(c echo.Context) error {
return c.String(http.StatusOK, "Iam fine thanks")
return c.String(http.StatusOK, "I am fine thanks")
})

routes.NewRoute(api.ProvideHandler()).Init(e)
Expand Down

0 comments on commit f80c848

Please sign in to comment.