diff --git a/api/system.py b/api/system.py index d76ee47..3f21af0 100755 --- a/api/system.py +++ b/api/system.py @@ -9,5 +9,5 @@ def ping(): @app.route('/rest/getLicense.view', methods = [ 'GET', 'POST' ]) def license(): - return request.formatter({ 'license': { 'valid': False } }) + return request.formatter({ 'license': { 'valid': True } })