mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Added a route to the new Roadmap page
This commit is contained in:
committed by
Chris Hill-Scott
parent
8b3f299f91
commit
4a59cae96c
@@ -105,3 +105,8 @@ def documentation():
|
||||
@main.route('/integration_testing')
|
||||
def integration_testing():
|
||||
return render_template('views/integration_testing.html')
|
||||
|
||||
|
||||
@main.route('/roadmap')
|
||||
def roadmap():
|
||||
return render_template('views/roadmap.html')
|
||||
|
||||
Reference in New Issue
Block a user