CCI-MOC / flocx-market

2 stars 9 forks source link

We should handle `/` the same way we handle `/offer` #51

Closed larsks closed 5 years ago

larsks commented 5 years ago

Our code looks a little odd in that we use app.route() for handling requests to / but we use api.add_resource for other requests. We should probably just write a Resource for /.