This commit is contained in:
tiago.kayaya
2021-09-15 15:39:55 +01:00
parent 0e8cb6258a
commit 8f52a10ec9
3 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ export class AttachmentsService {
deleteEventAttachmentById(attachmentId) {
let geturl = environment.apiURL + `Attachments/Delete?attachmentId=${attachmentId}`;
let geturl = environment.apiURL + 'Attachments/Delete';
let params = new HttpParams();