e61ef6c0ca
Express matches routes in registration order. PUT /procedimentos/:id was registered before /procedimentos/reorder, causing 'reorder' to be captured as an id param and the reorder endpoint to be unreachable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>