Skip to content

Commit

Permalink
feat(app): change world to do
Browse files Browse the repository at this point in the history
Signed-off-by: iverly <[email protected]>
  • Loading branch information
iverly committed May 21, 2024
1 parent 10acd40 commit aeca581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hello-world/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func main() {
r := gin.Default()

r.GET("/", func(c *gin.Context) {
c.String(http.StatusOK, "Hello World!")
c.String(http.StatusOK, "Hello DO!")
})

r.Run() // listen on 0.0.0.0:8080
Expand Down

0 comments on commit aeca581

Please sign in to comment.