multiples improvements

This commit is contained in:
Tiago Kayaya
2020-12-15 19:37:42 +01:00
parent d4d08c6039
commit be03b9c0d3
21 changed files with 434 additions and 263 deletions
+1 -3
View File
@@ -139,9 +139,7 @@ export class PublicationsService {
headers: this.headers,
/* params: params */
};
return this.http.delete(`${geturl}`, options).toPromise().then(res =>{
console.log(res);
});
return this.http.delete(`${geturl}`, options).toPromise();
}