diff --git a/api.py b/api.py index be2d706d6c221aad464628dd6a91607d283b5e12..e7bfdbe418f4cd0ca2b80d263cda0cd1674a2e99 100644 --- a/api.py +++ b/api.py @@ -55,11 +55,6 @@ api = Flask(__name__, static_url_path='') api.config['EXECUTOR_PROPAGATE_EXCEPTIONS'] = True executor = Executor(api) -@api.route("/test") -def test(): - - return jsonify({'test': "ok"}) - @api.route("/uuid/<the_uuid>", methods=["GET"]) def _main(the_uuid):