Skip to content

Commit 9e6f718

Browse files
committed
cicd test on master branch
1 parent 3530a8b commit 9e6f718

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

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

0 commit comments

Comments
 (0)