Remove unused argument.

This commit is contained in:
Alexis Lahouze 2016-02-17 08:46:30 +01:00
parent b0e7187995
commit ea1b5957c0
1 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@ assets.register('frontend_js', frontend_js)
assets.register('frontend_css', frontend_css)
@blueprint.route('/', defaults={'path': 'accounts'})
@blueprint.route('/<path:path>')
def index(path):
@blueprint.route('/')
def index():
return blueprint.send_static_file('index.html')