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

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/";