Skip to content

Commit

Permalink
Fix broken route
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Jul 20, 2015
1 parent 66b914d commit 6226ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h/nipsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ def remove_nipsa(request):

def includeme(config):
config.add_route('nipsa_index', '/nipsa')
config.add_route(remove_nipsa, 'remove_nipsa')
config.add_route('remove_nipsa', '/remove_nipsa')
config.scan(__name__)

0 comments on commit 6226ae7

Please sign in to comment.