Merge pull request #30 from AlineRinquin/isa

lili
This commit is contained in:
AlineRinquin 2022-02-16 15:45:23 +01:00 committed by GitHub
commit a9970a50eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 39 deletions

View file

@ -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);
}
}