diff --git a/api/handlers/cow.go b/api/handlers/cow.go index 47097f5..3b79561 100644 --- a/api/handlers/cow.go +++ b/api/handlers/cow.go @@ -24,6 +24,8 @@ type Cow struct { DB databases.CowDatabase } +// TODO: update api return messages + // CowHandler returns all cows func (c Cow) CowHandler(w http.ResponseWriter, r *http.Request) { dbResp, err := c.DB.Find(context.TODO(), bson.M{})