API version 1.0 is too early, we'll set it to 0.1 for now until it is really stable and not missing things like system commands and such
This commit is contained in:
parent
f195af017e
commit
4d434d36be
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ from . import users as api_users
|
|||
from . import log as api_logs
|
||||
|
||||
|
||||
VERSION = "1.0"
|
||||
VERSION = "0.1"
|
||||
|
||||
|
||||
def optionsAllowOrigin(request):
|
||||
|
|
|
|||
Loading…
Reference in a new issue