api: add getStats() function

This commit is contained in:
Chocobozzz 2020-04-01 10:57:43 +02:00 committed by muxator
parent eb45934788
commit 82b919fc65
3 changed files with 49 additions and 2 deletions

View file

@ -137,8 +137,13 @@ version["1.2.13"] = Object.assign({}, version["1.2.12"],
}
);
version["1.2.14"] = Object.assign({}, version["1.2.13"],
{ "getStats" : []
}
);
// set the latest available API version here
exports.latestApiVersion = '1.2.13';
exports.latestApiVersion = '1.2.14';
// exports the versions so it can be used by the new Swagger endpoint
exports.version = version;