Skip to content

Commit

Permalink
fix: hello world text
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDorofeev committed Apr 24, 2024
1 parent 795d77a commit f3c08e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func run() error {
})

e.GET("/", func(c echo.Context) error {
return c.String(http.StatusOK, "Hello, World!")
return c.String(http.StatusOK, "Hello, World! I'm deployed by watchtower!")
})

ctx := context.Background()
Expand Down

0 comments on commit f3c08e0

Please sign in to comment.