removes old api files and removes the use(fhcApi) because it is already imported in the Phrasen plugin

This commit is contained in:
SimonGschnell
2024-07-22 11:36:12 +02:00
parent a0871657ca
commit 82417a7f6f
5 changed files with 1 additions and 198 deletions
-14
View File
@@ -30,20 +30,6 @@ export default {
"/api/frontend/v1/ProfilUpdate/denyProfilRequest",{profil_update_id,uid,topic,status_message});
},
//TODO post request
replaceProfilUpdateAttachment: function (dms) {
const url =
FHC_JS_DATA_STORAGE_OBJECT.app_root +
FHC_JS_DATA_STORAGE_OBJECT.ci_router +
`/Cis/ProfilUpdate/replaceProfilUpdateAttachment`;
return axios.post(url, dms, {
headers: { "Content-Type": "multipart/form-data" },
});
},
//TODO post request
//? new requests
insertFile: function (dms, replace = null) {
return this.$fhcApi.post(