Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
Signed-off-by: Bentley Hensel <[email protected]>
  • Loading branch information
TheBoatyMcBoatFace committed Sep 26, 2023
1 parent 0a8124b commit e739038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/api/axe/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ def axe_domain_error_summary():

# Githib Reports #15
# https://github.com/orgs/GovA11y/projects/1?pane=issue&itemId=34493510
@axe_bp.route('/test-summary', methods=['GET'])
def axe_summary():
@axe_bp.route('/coverage', methods=['GET'])
def test_coverage():
raw_domain = request.args.get('domain', 'gsa.gov')
domain = f"%{raw_domain}"

Expand Down

0 comments on commit e739038

Please sign in to comment.