mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Adding route for new features page
This commit is contained in:
@@ -110,3 +110,8 @@ def integration_testing():
|
|||||||
@main.route('/roadmap')
|
@main.route('/roadmap')
|
||||||
def roadmap():
|
def roadmap():
|
||||||
return render_template('views/roadmap.html')
|
return render_template('views/roadmap.html')
|
||||||
|
|
||||||
|
|
||||||
|
@main.route('/features')
|
||||||
|
def roadmap():
|
||||||
|
return render_template('views/features.html')
|
||||||
|
|||||||
Reference in New Issue
Block a user