diff options
Diffstat (limited to 'api')
| -rw-r--r-- | api/routes.go | 2 |
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") } |