Remove unused argument.
This commit is contained in:
parent
b0e7187995
commit
ea1b5957c0
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user