remove old file get api use

This commit is contained in:
yaso 2026-07-10 11:09:56 +02:00
parent 8912e77b03
commit d7e4ac134d
19 changed files with 80 additions and 109 deletions

View file

@ -221,7 +221,7 @@ class MihUserServices {
purpose,
),
);
String newProPicUrl = await MihFileApi.getMinioFileUrl(filePath);
String newProPicUrl = MihFileApi.getMinioFileUrlV2(filePath);
context.read<MzansiProfileProvider>().setUserProfilePicUrl(newProPicUrl);
return response.statusCode;
} else {