Skip to content
Snippets Groups Projects
Commit 2ac955ac authored by Alessandro Cerioni's avatar Alessandro Cerioni
Browse files

Removed useless route

parent 7fc76067
No related branches found
No related tags found
No related merge requests found
...@@ -55,11 +55,6 @@ api = Flask(__name__, static_url_path='') ...@@ -55,11 +55,6 @@ api = Flask(__name__, static_url_path='')
api.config['EXECUTOR_PROPAGATE_EXCEPTIONS'] = True api.config['EXECUTOR_PROPAGATE_EXCEPTIONS'] = True
executor = Executor(api) executor = Executor(api)
@api.route("/test")
def test():
return jsonify({'test': "ok"})
@api.route("/uuid/<the_uuid>", methods=["GET"]) @api.route("/uuid/<the_uuid>", methods=["GET"])
def _main(the_uuid): def _main(the_uuid):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment