mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Use https:// instead of http:// to query mempool.space API
This commit is contained in:
parent
e37a9de71d
commit
f5e270c770
@ -178,7 +178,7 @@ class Server {
|
||||
} else {
|
||||
this.app
|
||||
.get(config.API_ENDPOINT + 'donations', (req, res) => {
|
||||
req.pipe(request('http://mempool.space/api/v1/donations')).pipe(res);
|
||||
req.pipe(request('https://mempool.space/api/v1/donations')).pipe(res);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user