mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-12 17:34:16 -04:00
Adding route for new features page
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user