Close issue 507 and its subtasks

This commit is contained in:
Tiago Kayaya
2020-11-16 15:05:39 +01:00
parent e8642224ee
commit 3ee87a0845
13 changed files with 285 additions and 45 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ export class ProcessesService {
headers: this.headers,
};
return this.http.post<any>(`${geturl}`, body, options).toPromise().then(res =>{
/* console.log(res); */
console.log(res);
});
}