refactor(server): immich file responses (#5641)

* refactor(server): immich file response

* chore: open api

* chore: tests

* chore: fix logger import

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
Jason Rasmussen 2023-12-12 09:58:25 -05:00 committed by GitHub
parent af7c4ae090
commit cbca69841a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 186 additions and 154 deletions

View file

@ -47,7 +47,7 @@ void main() {
// TODO
});
//Future<Object> getProfileImage(String id) async
//Future<MultipartFile> getProfileImage(String id) async
test('test getProfileImage', () async {
// TODO
});