mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
[about page] /api/v1/about-page -> /api/v1/services/sponsors
This commit is contained in:
parent
b8222bff43
commit
285485c69e
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Reference in a new issue