Modifs de styles sur les tableaux
This commit is contained in:
@@ -34,7 +34,7 @@ export class StatsService {
|
||||
{ headers: this.headers }
|
||||
);
|
||||
resultat.statsByRig = this.http.get<StatsByRigResp>(
|
||||
`${environment.urlApi}/api/Stats/ByRig`,
|
||||
`${environment.urlApi}/api/Stats/ByGear`,
|
||||
{ headers: this.headers }
|
||||
);
|
||||
resultat.statsByYear = this.http.get<StatsByYearResp>(
|
||||
|
||||
Reference in New Issue
Block a user