Skip to content
Snippets Groups Projects
Commit 5a3f131c authored by Olabarrieta Palacios, Ignacio's avatar Olabarrieta Palacios, Ignacio
Browse files

a

parent 22fb366a
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,7 @@ export class GetBikemodelsService {
getValues(): Observable<any> {
return this.http.get<any>(`${this.apiURL}/webresources/getBikeAnalysis/getModels/`);
}
getAreas(): Observable<any> {
return this.http.get<any>(`${this.apiURL}/webresources/getBikeAnalysis/getAreas/`);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment