[about page] /api/v1/about-page -> /api/v1/services/sponsors
This commit is contained in:
parent
b8222bff43
commit
285485c69e
@ -105,7 +105,7 @@ export class ApiService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getAboutPageProfiles$(): Observable<any[]> {
|
getAboutPageProfiles$(): Observable<any[]> {
|
||||||
return this.httpClient.get<any[]>(this.apiBaseUrl + '/api/v1/about-page');
|
return this.httpClient.get<any[]>(this.apiBaseUrl + '/api/v1/services/sponsors');
|
||||||
}
|
}
|
||||||
|
|
||||||
getOgs$(): Observable<any> {
|
getOgs$(): Observable<any> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user