Updated middleware to support API tokens. Frontend now uses an admin token for its requests

Fixed version numbers
This commit is contained in:
Isaac Grynsztein
2020-04-10 20:44:42 -04:00
parent 2082a78846
commit b5a82b9385
6 changed files with 66 additions and 45 deletions

View File

@@ -134,5 +134,5 @@ let CONFIG_ITEMS = {
module.exports = {
CONFIG_ITEMS: CONFIG_ITEMS,
CURRENT_VERSION: 'v3.6.0'
CURRENT_VERSION: 'v3.6'
}