mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 00:50:40 +00:00
Only reveal hashids to the ui
This commit is contained in:
@ -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'''
|
||||
|
||||
|
Reference in New Issue
Block a user