mise à jour de ma branche
This commit is contained in:
parent
ffbcc88df2
commit
1bed92a6e4
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user