[about page] /api/v1/about-page -> /api/v1/services/sponsors

This commit is contained in:
nymkappa
2023-08-21 15:27:55 +02:00
parent b8222bff43
commit 285485c69e

View File

@@ -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> {