remove disjointed todo

This commit is contained in:
milaq 2019-08-16 15:06:34 +02:00
parent 940c5cb446
commit 6eba2c8ec2

View file

@ -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': ''})