Mathis ddf9ef4860
Add method to read file from storage
Introduced a new `read` method in `storage.service.ts` to fetch files from storage based on checksum, extension, and type. This method handles potential exceptions by throwing a `NotFoundException` if the file is not found.
2024-09-30 11:30:14 +02:00
..