Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 434 Bytes

File metadata and controls

8 lines (6 loc) · 434 Bytes
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/.

Route Pattern

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.