We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3bd66 commit 02c380bCopy full SHA for 02c380b
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 krish this side and server is up and running with cgo enabled for sqlite"))
+ w.Write([]byte("Hello krish this side and server is up and running with cgo enabled for sqlite all apis are working"))
40
})
41
42
router.HandleFunc("POST /api/users",users.New(storage))
0 commit comments