usdigitalresponse / univaf

An API hosted by USDR for recording and querying vaccine appointment availability.
https://getmyvax.org/
Apache License 2.0
7 stars 2 forks source link

Remove legacy API routes #1548

Closed Mr0grog closed 1 year ago

Mr0grog commented 1 year ago

This removes the legacy, top-level API routes at /locations, /locations/:id, and /update (the current, maintained routes are all prefixed with /api/<whatever>). These haven't been in use internally or recommended or documented for a couple years now, and have their own oddball behavior. We've been meaning to remove them for a long time, and this does so.

Fixes #914.