diff --git a/index.html b/index.html index db17bfa..c14048d 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ diff --git a/js/stat.js b/js/stat.js index ff55342..97e98c7 100644 --- a/js/stat.js +++ b/js/stat.js @@ -17,6 +17,7 @@ async function display(data) { document.getElementById('time').textContent = await convertUnixLocal(dat.since); document.getElementById('ldbws').textContent = dat.ldbws || "0"; document.getElementById('ldbsvws').textContent = dat.ldbsvws || "0"; + document.getElementById('apicorpus').textContent = dat.corpus_api || "0"; document.getElementById('corpus').textContent = dat.corpus || "0"; document.getElementById('stations').textContent = dat.stations || "0"; document.getElementById('users').textContent = dat.user || "0"; diff --git a/stat.html b/stat.html index 316c292..c2ffa55 100644 --- a/stat.html +++ b/stat.html @@ -16,27 +16,31 @@ Hit Count - LDBWS + Upstream API-LDBWS - LDBSVWS + Upstream API-LDBSVWS + + Upstream API-CORPUS + + DB-CORPUS - DB-Stations + DB-stations - DB-Users + DB-users - DB-Meta + DB-meta @@ -61,9 +65,6 @@ At least one web server service (Caching is done at this level so more than one service may increase API hits) - - - \ No newline at end of file diff --git a/sw.js b/sw.js index 78cbdb2..84ec554 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "0.1.5" +const appVersion = "1.0.0-test" const cacheName = `owlboard-${appVersion}` const cacheIDs = [cacheName] const cacheFiles = [