Skip to content

Commit

Permalink
Merge pull request #3383 from webcompat/3382/1
Browse files Browse the repository at this point in the history
fixes #3382 - fixes the failing route.
  • Loading branch information
Mike Taylor authored Jul 14, 2020
2 parents d74f634 + c5fe683 commit 1d45bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcompat/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def show_issue(number):

@app.route('/activity/<username>')
@app.route('/rate_limit')
def show_410_gone(username):
def show_410_gone(username=None):
"""Retired routes. 410 Gone.
* Decision made on June 2020. See
Expand Down

0 comments on commit 1d45bf7

Please sign in to comment.