mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -88,4 +88,13 @@ export class AttachmentsService {
|
||||
return this.http.delete(`${geturl}`, options);
|
||||
}
|
||||
|
||||
AddAttachment(body: any) {
|
||||
|
||||
let geturl = environment.apiURL + 'Attachments/CreateAttachmentProcess';
|
||||
let options = {
|
||||
headers: this.headers,
|
||||
}
|
||||
return this.http.post(`${geturl}`, body, options);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user