Skip to content

Commit

Permalink
Issue webcompat#1858 - Adds route for /dashboard/triage
Browse files Browse the repository at this point in the history
  • Loading branch information
karlcow committed Nov 7, 2017
1 parent 2a7f735 commit 50a7fe3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webcompat/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,12 @@ def cssfixme():
return render_template('cssfixme.html')


@app.route('/dashboard/triage')
def dashboard_triage():
"""Route to handle dashboard triage."""
return render_template('dashboard-triage.html')


@app.route('/csp-report', methods=['POST'])
def log_csp_report():
"""Route to record CSP header violations.
Expand Down

0 comments on commit 50a7fe3

Please sign in to comment.