374 B
374 B
apps/api/uploads
dir: apps/api/uploads
index: apps/api/uploads/.pi-map.index.md
role
Handles file upload processing and storage for the API application.
files
arch
Likely follows a modular handler pattern with middleware for multipart parsing, file validation, and cloud storage or local filesystem abstraction.