Improve add attachment

This commit is contained in:
Peter Maquiran
2021-04-20 16:06:31 +01:00
parent ecb87959a0
commit 0a900b1621
5 changed files with 45 additions and 12 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ export class AttachmentsService {
params: params
}
return this.http.post(`${geturl}`, options);
return this.http.delete(`${geturl}`, options);
}
}