BrodyJack / MacroTracker

A PWA for tracking nutrition
0 stars 0 forks source link

4 post route #5

Closed BrandonManuel closed 5 years ago

BrandonManuel commented 5 years ago

Very basic post route that doesn't do any validation or anything like that, nor does it hit any actual database.

Just takes the request (expected to have a body.foodItems array) and concats the array contents to an in-memory array.