Update reasonCode endpoints to read from DB rather than API

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface
2023-06-12 18:28:28 +01:00
parent 4916c377c6
commit f0b8e46007
2 changed files with 7 additions and 6 deletions

View File

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