Add log levels to services

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface
2023-03-30 21:15:21 +01:00
parent 45b049714f
commit c00be2aeda
8 changed files with 24 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
const version = {
api: ["/api/v1/",],
app: "1.1.3"
app: "1.1.4"
};
module.exports = version;