diff --git a/run.py b/run.py index c9cf268..f1acc28 100644 --- a/run.py +++ b/run.py @@ -373,15 +373,6 @@ def require_token(): @app.route("/api/job", methods=['POST']) @require_token() async def api_new_job(request): - # TODO auth or some kind - - # test type ? - # architecture (ARM) - # debian version - # yunohost version (in test type? - # day for the montly test? - # ? analyseCI path ? - job = Job.create( name=request.json["name"], url_or_path=request.json["url_or_path"],