Only reveal hashids to the ui

This commit is contained in:
Patrick Jentsch
2021-11-30 16:22:16 +01:00
parent 3e227dc4cf
commit 72ba61f369
39 changed files with 1098 additions and 1083 deletions

View File

@ -27,7 +27,7 @@ class API_Jobs(Resource):
pass
@ns.route('/<int:id>')
@ns.route('/<hashid:id>')
class API_Job(Resource):
'''Show a single job and lets you delete it'''