mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Bump minimum required API version
This commit is contained in:
parent
f0c45cd7c7
commit
316391d5fb
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class InvenTreeFileService extends FileService {
|
|||
class InvenTreeAPI {
|
||||
|
||||
// Minimum required API version for server
|
||||
static const _minApiVersion = 3;
|
||||
static const _minApiVersion = 5;
|
||||
|
||||
// Endpoint for requesting an API token
|
||||
static const _URL_GET_TOKEN = "user/token/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue