From bc6947f41facc3ef62fe8f2611551f48a7e3788b Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sat, 9 May 2020 12:47:39 -0700 Subject: working con to mongo --- api/routes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') 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") } -- cgit v1.2.3