aboutsummaryrefslogtreecommitdiff
path: root/pyenc/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyenc/__init__.py')
-rw-r--r--pyenc/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyenc/__init__.py b/pyenc/__init__.py
index 90aa4fa..6400b49 100644
--- a/pyenc/__init__.py
+++ b/pyenc/__init__.py
@@ -76,6 +76,7 @@ def create_app():
@app.route('/environment')
def environments():
+ # TODO sqlalchemy order by for children?
envs = model.Environment.query.all()
return flask.render_template(
'list.html',
@@ -117,7 +118,6 @@ def create_app():
title=name,
cls=cls)
-
@app.route('/file')
def file():
environment = request.args.get('environment')