Commit 1ab6a09
committed
Refactor project structure and implement new controllers
- Moved API and web routes to server and client directories respectively.
- Deleted old API and web route files.
- Created new FilesController, FolderController, ImagesController, PreviewController, and UploadController to handle file operations, folder structure retrieval, image processing, and file uploads.
- Implemented image optimization and caching using sharp and jszip.
- Added functionality for file uploads as base64 and multipart form data.
- Enhanced error handling and response messages across controllers.1 parent 7dde429 commit 1ab6a09
File tree
10 files changed
+16
-432
lines changed- src
- routes
- server/controllers
10 files changed
+16
-432
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
This file was deleted.
0 commit comments