annot-server/webapp/views.py
changeset 28 6025b8470d18
parent 22 986ee928a866
child 42 926f0426ce78
--- a/annot-server/webapp/views.py	Thu Oct 16 10:24:38 2014 +0200
+++ b/annot-server/webapp/views.py	Thu Oct 16 11:04:45 2014 +0200
@@ -23,6 +23,11 @@
     return render_template('annotationclient.html', logging=True)
 
 
+@app.route('/pianoroll')
+def page_pianoroll():
+    return render_template('pianoroll.html', logging=True)
+
+
 @app.route('/api/test', methods=['PUT', 'POST'])
 def new():
     return jsonify(request.get_json(force=False))