Mathis a5f54e165b
Implement file type creation endpoint
Completed the `newType` method in `files.controller.ts` to call `filesService.createFileType` with the provided name and mime type. This enables the creation of new file types through the backend API.
2024-10-15 13:47:51 +02:00
..