Revert "fix(server): use thumbnail content type instead of application/octet-stream (#3075)" (#3134)

* Revert "fix(server): use thumbnail content type instead of application/octet-stream (#3075)"

This reverts commit 3cc77d945b.

* generate api
This commit is contained in:
Alex 2023-07-06 17:25:56 -05:00 committed by GitHub
parent 852ef3cd1b
commit 812cb3d940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 93 additions and 41 deletions

View file

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