whatfoodbanksneed / food_bank_api

An API that returns items needed by foodbanks near a given location
3 stars 2 forks source link

We need to decide if we want to handle '/' ? #19

Closed martinlugton closed 4 years ago

martinlugton commented 4 years ago

Let's handle in the easiest way - adding routes ending with "/" to the definition in server.py. Rewriting or redirecting would likely be more elegant as a future approach.

martinlugton commented 4 years ago

Changes live and working