diff --git a/api/api.py b/api/api.py index 9c9a118153672c68d5f5f15154221f8b192c292e..71aecb74343bf528292032004e80661b2aae7177 100644 --- a/api/api.py +++ b/api/api.py @@ -156,7 +156,6 @@ endpoints = [ route('/<:[^/]+>', BatchHandler, h='get', m=['GET']), route('/<:[^/]+>/run', BatchHandler, h='run', m=['POST']), route('/<:[^/]+>/cancel', BatchHandler, h='cancel', m=['POST']), - route('/<:[^/]+>/jobs', BatchHandler, h='get_jobs', m=['GET']) ]),