update agenda + team service
This commit is contained in:
parent
c9c354360d
commit
c0a89e1868
@ -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…
Reference in New Issue
Block a user