Skip to content

Commit

Permalink
Re-enable authentication for Item in API
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 21, 2021
1 parent 17e60e7 commit f8cf5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webqueue2api/api/resources/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class Queue(Resource):
# @jwt_required
@jwt_required
def get(self, queues: str) -> tuple:
"""Returns the JSON representation of the queue requested.
Expand Down

0 comments on commit f8cf5b8

Please sign in to comment.