Enable CORS from any origin

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface
2023-06-17 21:53:36 +01:00
parent e4255e9cbf
commit 06259e3d9f
2 changed files with 2 additions and 4 deletions

View File

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