update agenda + team service
This commit is contained in:
parent
c9c354360d
commit
c0a89e1868
2 changed files with 2 additions and 2 deletions
|
@ -40,4 +40,4 @@
|
|||
|
||||
.fullscreen {
|
||||
position: absolute; top:90px; left: 0px; right: 0px; bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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> {
|
||||
|
|
Loading…
Add table
Reference in a new issue