diff --git a/app/main/views/index.py b/app/main/views/index.py index 70b09a963..e9979349d 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -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')