Commit Graph

1 Commits

Author SHA1 Message Date
samunohito 7ff095c6f2 Refactor FileServerService: Extract file handling logic into dedicated handlers
- Introduced FileServerDriveHandler to manage drive file requests.
- Created FileServerFileResolver for resolving file access keys and downloading files.
- Added FileServerProxyHandler to handle proxy requests and image processing.
- Moved utility functions to FileServerUtils for better organization.
- Removed redundant methods from FileServerService, improving readability and maintainability.
2026-01-11 12:16:31 +09:00