Files
metabuilder/frontends
copilot-swe-agent[bot] 63bdb08bd2 refactor(frontend): modularize user API route from 151 to 8 lines
- Split into separate HTTP handler modules:
  - handlers/get-user.ts (44 lines) - GET handler
  - handlers/patch-user.ts (75 lines) - PATCH handler
  - handlers/delete-user.ts (44 lines) - DELETE handler
- Extract request helpers into utils/request-helpers.ts (27 lines)
- Main route file aggregates and exports handlers

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-27 14:56:37 +00:00
..
2025-12-26 06:25:47 +00:00
2025-12-26 15:20:38 +00:00