This commit is contained in:
tiago.kayaya
2021-04-21 16:54:34 +01:00
9 changed files with 98 additions and 63 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ export class AttachmentsService {
return this.http.post(`${geturl}`, body, options);
}
deleteEventAttachmentById(attachmentId) {
deleteEventAttachmentById(attachmentId) {
let geturl = environment.apiURL + `Attachments/Delete?attachmentId=${attachmentId}`;