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

@@ -1 +1 @@
export const CURRENT_VERSION = 'v3.5';
export const CURRENT_VERSION = 'v3.6';