diff -r 68b29e36c9a2 -r 6025b8470d18 annot-server/webapp/views.py --- 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))