OpenEugene / little-help-book-web

Human service resource guide powered by White Bird Clinic
MIT License
6 stars 4 forks source link

Move API to an /api/ route #33

Open markdav-is opened 3 years ago

markdav-is commented 3 years ago

currently the 3 REST endpoints for data are /Category /Place etc. As we get more, they might start bumping up against page routing. One common approach is to move the data interface to /api/Category /api/Place etc.