mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
dix bugs
This commit is contained in:
@@ -229,16 +229,6 @@ GetIdsPublicationNext(id:any){
|
||||
/* params: params */
|
||||
};
|
||||
|
||||
/* this.http.post<any>(`${geturl}`, body, options).subscribe(
|
||||
(resposta) => {
|
||||
console.log('Resposta da solicitação POST:', resposta);
|
||||
},
|
||||
(erro) => {
|
||||
console.error('Erro na solicitação POST:', erro);
|
||||
});
|
||||
*/
|
||||
|
||||
|
||||
return this.http.post<any>(`${geturl}`, body, options)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user