mise à jour de ma branche

This commit is contained in:
HarmandI 2022-02-16 15:32:19 +01:00
parent ffbcc88df2
commit 1bed92a6e4

View File

@ -25,7 +25,7 @@ export class TodoService {
} }
addTache(newtache: Tache,idTodoList:number): Observable<any> { addTache(newtache: Tache,idTodoList:number): Observable<any> {
console.log(newtache); console.log(newtache +'gkggg');
return this.http.post(`${this.apiUrl}/taches/add/${idTodoList}`, newtache); return this.http.post(`${this.apiUrl}/taches/add/${idTodoList}`, newtache);
} }
} }