remove disjointed todo
This commit is contained in:
parent
940c5cb446
commit
6eba2c8ec2
1 changed files with 0 additions and 3 deletions
|
@ -74,9 +74,6 @@ def get_paged_elements(items, requestargs):
|
|||
return items[offset:limit]
|
||||
|
||||
|
||||
# TODO: vtuner doesn't do https (e.g. for logos). make an icon cache
|
||||
|
||||
|
||||
@app.route('/', defaults={'path': ''})
|
||||
@app.route('/setupapp/<path:path>')
|
||||
@app.route('/' + PATH_ROOT + '/', defaults={'path': ''})
|
||||
|
|
Loading…
Reference in a new issue