Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
9e83dc314f
commit
3e0e4ee846
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def get_apps():
|
|||
|
||||
|
||||
@api_v1.route('/apps/<string:slug>', methods=['GET'])
|
||||
#@jwt_required()
|
||||
@jwt_required()
|
||||
def get_app(slug):
|
||||
|
||||
app = AppsService.get_app(slug)
|
||||
|
|
Loading…
Reference in a new issue