mise à jour de ma branche
This commit is contained in:
parent
ffbcc88df2
commit
1bed92a6e4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export class TodoService {
|
|||
}
|
||||
|
||||
addTache(newtache: Tache,idTodoList:number): Observable<any> {
|
||||
console.log(newtache);
|
||||
console.log(newtache +'gkggg');
|
||||
return this.http.post(`${this.apiUrl}/taches/add/${idTodoList}`, newtache);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue