[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
No known key found for this signature in database
GPG key ID: E155910B16E8BD04

View file

@ -105,7 +105,7 @@ export class ApiService {
}
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> {