Skip to content

Commit 9926cda

Browse files
committed
test
1 parent 5118cd3 commit 9926cda

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 elastic beanstalk is running"))
31+
w.Write([]byte("Hello from krish and cicd and server is running"))
3232
})
3333

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

0 commit comments

Comments
 (0)