Reduce api size for channel world map in ln dashboard - added spinner - update cache warmer

This commit is contained in:
nymkappa
2022-08-22 17:55:19 +02:00
parent 6b6f3d71ac
commit 61db4f96f2
7 changed files with 133 additions and 48 deletions

View File

@@ -77,6 +77,8 @@ do for url in / \
'/api/v1/mining/difficulty-adjustments/2y' \
'/api/v1/mining/difficulty-adjustments/3y' \
'/api/v1/mining/difficulty-adjustments/all' \
'/api/v1/lightning/channels-geo?style=widget' \
'/api/v1/lightning/channels-geo?style=graph' \
do
curl -s "https://${hostname}${url}" >/dev/null