Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2020-03-11 11:58:33 +01:00
committed by Julius Härtl
parent d27a5ac9ba
commit b90842e717
5 changed files with 55 additions and 48 deletions

View File

@@ -52,7 +52,6 @@ export class AttachmentApi {
url: this.url(`/cards/${cardId}/attachment/${attachmentId}`),
data: formData,
})
console.log(response)
return response.data
}
@@ -62,7 +61,7 @@ export class AttachmentApi {
url: this.url(`/cards/${attachment.cardId}/attachment/${attachment.id}`),
})
}
async restoreAttachment(attachment) {
const response = await axios({
method: 'GET',