Add additional stats items (#13)

Add db item counts to the stats page

Reviewed-on: #13
This commit is contained in:
Fred Boniface
2023-05-07 21:22:07 +01:00
parent 7da713526f
commit 76ccbba5a8
3 changed files with 42 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
const version = {
api: ['/api/v1/',],
app: '2.0.0'
app: '2.0.1'
};
module.exports = version;