about modal, current version

This commit is contained in:
Jan Prochazka
2020-12-10 13:31:37 +01:00
parent f993e82b0b
commit 5256deb567
10 changed files with 158 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
const currentVersion = require('../currentVersion');
module.exports = {
get_meta: 'get',
async get() {
@@ -26,6 +28,7 @@ module.exports = {
startupPages,
singleDatabase,
permissions,
...currentVersion,
};
},
};