Skip to content

Commit 32bad6d

Browse files
committed
test
1 parent a25587c commit 32bad6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/api/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func main() {
2828
router := http.NewServeMux()
2929

3030
router.HandleFunc("GET /", func(w http.ResponseWriter, r *http.Request) {
31-
w.Write([]byte("Hello from krish and cicd is running"))
31+
w.Write([]byte("Hello from krish and cicd elastic beanstalk is running"))
3232
})
3333

3434
router.HandleFunc("POST /api/users",users.New())

0 commit comments

Comments
 (0)