- Remove Static, Remove DbInit, Adjust awaits, increment version

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface
2023-02-16 21:25:19 +00:00
parent b1940bcfbb
commit d10d558715
88 changed files with 1019 additions and 4224 deletions

View File

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