aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2020-05-09 12:47:39 -0700
committerjackyzha0 <[email protected]>2020-05-09 12:47:39 -0700
commitbc6947f41facc3ef62fe8f2611551f48a7e3788b (patch)
tree5b8820f3184e64be3d3ba58547028ec8f599a0d8 /api
parenthealthcheck + basic api (diff)
downloadctrl-v-bc6947f41facc3ef62fe8f2611551f48a7e3788b.tar.xz
ctrl-v-bc6947f41facc3ef62fe8f2611551f48a7e3788b.zip
working con to mongo
Diffstat (limited to 'api')
-rw-r--r--api/routes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/routes.go b/api/routes.go
index e3aac5b..edb5a02 100644
--- a/api/routes.go
+++ b/api/routes.go
@@ -6,5 +6,5 @@ import (
)
func healthCheckFunc(w http.ResponseWriter, r *http.Request) {
- fmt.Fprintf(w, "Hello there chief")
+ fmt.Fprintf(w, "status ok")
}