CCI-MOC / flocx-market

2 stars 9 forks source link

Corrected behavior of get and post endpoints for offer API #67

Closed fvukelic closed 5 years ago

fvukelic commented 5 years ago

After removing the init method from offer_api, we needed to change up the post method to adjust to the new changes and have it working with the database. The get method has also been adjusted to handle get request with nothing passed in as offer id.

larsks commented 5 years ago

@fvukelic Looks good. I've rolled this into #65.