Adding route for new features page

This commit is contained in:
Pete Herlihy
2017-06-14 16:05:20 +01:00
committed by GitHub
parent b7b4d38330
commit 11215a0c16

View File

@@ -110,3 +110,8 @@ def integration_testing():
@main.route('/roadmap')
def roadmap():
return render_template('views/roadmap.html')
@main.route('/features')
def roadmap():
return render_template('views/features.html')