Enhancements to the sponsorship GUI

fixes  #128
This commit is contained in:
softsimon
2020-10-08 17:51:10 +07:00
parent b247864e2e
commit aaf107a888
9 changed files with 122 additions and 75 deletions

View File

@@ -73,4 +73,8 @@ export class ApiService {
getDonation$(): Observable<any[]> {
return this.httpClient.get<any[]>(this.apiBaseUrl + '/donations');
}
getDonationRemote$(): Observable<any[]> {
return this.httpClient.get<any[]>('http://mempool.space/api/v1/donations');
}
}