include todo

This commit is contained in:
SowinskiBraeden committed 2022-09-28 08:22:33 -07:00
1 parent b926102645
commit 50822f21a7
1 file changed
+2
+2
View File
@@ -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{})