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.
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.