update(Profil Profilbild): first version of the profilbild upload endpoint

This commit is contained in:
SimonGschnell
2025-06-26 15:21:09 +02:00
parent cbc9a87a47
commit 9610ca55f7
4 changed files with 200 additions and 1 deletions
+7
View File
@@ -61,6 +61,13 @@ export default {
params: dms
};
},
updateProfilbild(dms) {
return {
method: 'post',
url: `/api/frontend/v1/ProfilUpdate/updateProfilbild`,
params: dms
};
},
getProfilRequestFiles(requestID) {
return {
method: 'get',