2
0
mirror of https://github.com/inventree/inventree-app.git synced 2026-04-26 03:13:25 +00:00
This commit is contained in:
Oliver Walters
2021-05-22 21:13:42 +10:00
parent a7d855defe
commit a415a2cd99
5 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class InvenTreeFileService extends FileService {
class InvenTreeAPI {
// Minimum required API version for server
static const _minApiVersion = 2;
static const _minApiVersion = 3;
// Endpoint for requesting an API token
static const _URL_GET_TOKEN = "user/token/";