Skip to content

Commit

Permalink
Add basic go file && Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
euiyounghwang committed Dec 23, 2023
1 parent c16972b commit bb37e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func main() {
})

e.GET("/health", func(c echo.Context) error {
return c.String(http.StatusOK, "Health is OK1234!!")
return c.String(http.StatusOK, "Health is OK!!")
})

httpPort := os.Getenv("PORT")
Expand Down

0 comments on commit bb37e8e

Please sign in to comment.