| name | route-pattern |
|---|---|
| description | Follow this project's existing Express route conventions when adding or updating a users API route. Use when asked to create or modify a route in routes/. |
Follow the existing Express router style in routes/: use the shared store, validate required input before data access, return JSON responses, and use appropriate HTTP status codes for validation and missing resources.