Proxy donation requests to mempool.space when BTCPay Sponsors is disabled.
This commit is contained in:
@@ -73,8 +73,4 @@ 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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user