mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
@@ -58,15 +58,11 @@ export class PublicationsService {
|
||||
});
|
||||
}
|
||||
|
||||
DeletePublicationFolderById(id:any){
|
||||
const geturl = environment.apiURL + 'presidentialActions';
|
||||
let params = new HttpParams();
|
||||
|
||||
params = params.set("id", id);
|
||||
|
||||
DeletePresidentialAction(id:any){
|
||||
const geturl = environment.apiURL + 'presidentialActions/'+id;
|
||||
|
||||
let options = {
|
||||
headers: this.headers,
|
||||
params: params
|
||||
};
|
||||
return this.http.delete<any>(`${geturl}`, options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user