feat: Implement file upload structure and API for file retrieval

This commit is contained in:
2025-09-16 11:27:25 +02:00
parent e5955a31fd
commit 06599c844a
9 changed files with 76 additions and 1 deletions

8
uploads/README.md Normal file
View File

@@ -0,0 +1,8 @@
# File Uploads Directory
This directory contains uploaded files organized by entity type.
## Structure:
- contracts/ - Contract attachments
- projects/ - Project attachments
- tasks/ - Task attachments

View File

View File

0
uploads/tasks/.gitkeep Normal file
View File