API Var name fix

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-05-07 21:30:03 +01:00
parent 76ccbba5a8
commit 8891a20233
1 changed files with 1 additions and 1 deletions

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;