We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7121462 commit 47d0ddfCopy full SHA for 47d0ddf
cmd/api/main.go
@@ -36,7 +36,7 @@ func main() {
36
router := http.NewServeMux()
37
38
router.HandleFunc("GET /", func(w http.ResponseWriter, r *http.Request) {
39
- w.Write([]byte("Hello from krish and cicd and server grace full kill is running"))
+ w.Write([]byte("Hello krish this side and server is up and running"))
40
})
41
42
router.HandleFunc("POST /api/users",users.New(storage))
0 commit comments