update agenda + team service

This commit is contained in:
Hedi MJID 2022-02-26 14:17:47 +01:00
parent c9c354360d
commit c0a89e1868
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ export class TeamService {
}
getTeamById(id: any): Observable<any> {
return this.http.get(`${this.apiUrl}/teams/1` + id);
return this.http.get(`${this.apiUrl}/teams/1`);
}
addTeam(team: Team): Observable<any> {