mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
WIP: First attempt at adding a testing doc to the links in the footer.
This may result in changing the developer document section completely.
This commit is contained in:
@@ -100,3 +100,8 @@ def email_template():
|
||||
@main.route('/documentation')
|
||||
def documentation():
|
||||
abort(410)
|
||||
|
||||
|
||||
@main.route('/integration_testing')
|
||||
def integration_testing():
|
||||
return render_template('views/integration_testing.html')
|
||||
|
||||
Reference in New Issue
Block a user