mirror of
https://github.com/mempool/mempool.git
synced 2025-10-10 20:32:48 +02:00
Use https:// instead of http:// to query mempool.space API
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user