add favicon

This commit is contained in:
2026-05-07 23:24:46 +03:30
parent 01e8711329
commit a9f237da8b
8 changed files with 19 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ set -eu
BASE_URL="${BASE_URL:-http://127.0.0.1:8080}"
curl -fsS "$BASE_URL/" >/dev/null
curl -fsS "$BASE_URL/favicon.ico" >/dev/null
curl -fsS "$BASE_URL/monitor" >/dev/null
curl -fsS "$BASE_URL/monitor/api" >/dev/null
curl -fsS "$BASE_URL/monitor/api/system" >/dev/null