Add new api endpoint to cache warmer
This commit is contained in:
parent
ec40231f93
commit
c419b7dd1a
@ -27,6 +27,12 @@ do for url in / \
|
|||||||
'/api/v1/mining/hashrate/2y' \
|
'/api/v1/mining/hashrate/2y' \
|
||||||
'/api/v1/mining/hashrate/3y' \
|
'/api/v1/mining/hashrate/3y' \
|
||||||
'/api/v1/mining/hashrate/all' \
|
'/api/v1/mining/hashrate/all' \
|
||||||
|
'/api/v1/mining/hashrate/pools/3m' \
|
||||||
|
'/api/v1/mining/hashrate/pools/6m' \
|
||||||
|
'/api/v1/mining/hashrate/pools/1y' \
|
||||||
|
'/api/v1/mining/hashrate/pools/2y' \
|
||||||
|
'/api/v1/mining/hashrate/pools/3y' \
|
||||||
|
'/api/v1/mining/hashrate/pools/all' \
|
||||||
|
|
||||||
do
|
do
|
||||||
curl -s "https://${hostname}${url}" >/dev/null
|
curl -s "https://${hostname}${url}" >/dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user