Mathis b2d084af4a
Implement search functionality and DTO for file operations
Added a search method in FilesService and corresponding endpoint in FilesController to search files with a limit, offset, and search keyword. Introduced CreateFilesDto with validation constraints to structure file creation inputs.
2024-10-03 13:52:31 +02:00
..