refactor(server): move file file report endpoints to their own controller ()

* move file report to its own controller

* chore: open api
This commit is contained in:
Daniel Dietzler 2024-04-20 02:35:54 +02:00 committed by GitHub
parent 57be9182d4
commit 78c7ff855d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 585 additions and 522 deletions
mobile/openapi/lib

View file

@ -37,6 +37,7 @@ part 'api/audit_api.dart';
part 'api/authentication_api.dart';
part 'api/download_api.dart';
part 'api/face_api.dart';
part 'api/file_report_api.dart';
part 'api/job_api.dart';
part 'api/library_api.dart';
part 'api/memory_api.dart';