Skip to content
Snippets Groups Projects
Commit 5ec5e8ba authored by Ambrus Simon's avatar Ambrus Simon
Browse files

remove invalid API route for GET /batch/{id}/jobs - feature present as a flag for GET /batch/{id}

parent 225d7f78
No related branches found
No related tags found
No related merge requests found
......@@ -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'])
]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment