fixing the default version

This commit is contained in:
Cayo Puigdefabregas 2020-09-22 11:36:01 +02:00
parent 66f963e90e
commit 6c45754710
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class VersionDef(Resource):
super().__init__(app, import_name, static_folder, static_url_path, template_folder,
url_prefix, subdomain, url_defaults, root_path, cli_commands)
d = {'devicehub': '1.0a'}
d = {'devicehub': '0.0.0'}
get = {'GET'}
version_view = VersionView.as_view('VersionView', definition=self)