BUG: GET /upload route missing — upload.js has no list endpoint, frontend may 404 #68
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Done —
GET /api/v1/uploadexists atservices/mam-api/src/routes/upload.js:142and returns in-progress uploads.Fix Plan — #68 GET /upload route missing
Root cause: upload.js defines POST routes but no GET / route. Frontend calling GET /api/v1/upload gets 404.
Fix — add list endpoint:
Files: src/routes/upload.js
Effort: ~30min
**Priority: P2 — missing endpoint