Skip to content

Commit 9fc12f6

Browse files
Andreas MollAndreas Moll
authored andcommitted
Fix typo in blacklist example
1 parent 8a650a7 commit 9fc12f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/blacklist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def refresh():
5757

5858

5959
# Endpoint for revoking a token when logging out
60-
@app.route('/logout', method=['POST'])
60+
@app.route('/logout', methods=['POST'])
6161
@jwt_required
6262
def logout():
6363
jwt = get_raw_jwt()

0 commit comments

Comments
 (0)