pages/api/devices/[[...deviceParams]].js handles GET/DELETE /api/devices, but the handler only supports GET (and POST for /:deviceId/measurements)—there’s no DELETE implementation. Update the description so it reflects the actual supported methods/routes. #30
The structure comment says
pages/api/devices/[[...deviceParams]].jshandlesGET/DELETE /api/devices, but the handler only supportsGET(andPOSTfor/:deviceId/measurements)—there’s noDELETEimplementation. Update the description so it reflects the actual supported methods/routes.Originally posted by @Copilot in #29 (comment)