fixing the default version
This commit is contained in:
parent
66f963e90e
commit
6c45754710
|
@ -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)
|
||||
|
|
Reference in New Issue