Compare commits

..

2 Commits

Author SHA1 Message Date
Fred Boniface d9197763ca BugFix
Signed-off-by: Fred Boniface <fred@fjla.uk>
2023-05-07 21:30:41 +01:00
Fred Boniface 8891a20233 API Var name fix
Signed-off-by: Fred Boniface <fred@fjla.uk>
2023-05-07 21:30:03 +01:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -20,7 +20,7 @@ async function buildJson() {
json.mode = process.env.NODE_ENV;
json.verBkend = vers.app;
json.verApi = vers.api;
json.hostname = os.hostname();
json.host = os.hostname();
// Await and insert async calls
json.dat = await counters;
json.ver = await versions;