mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Adding a route for 'callbacks' page
Gone with callbacks as this page may be extended for delivery receipts in the future.
This commit is contained in:
@@ -135,3 +135,8 @@ def using_notify():
|
||||
@main.route('/information-risk-management')
|
||||
def information_risk_management():
|
||||
return render_template('views/information-risk-management.html')
|
||||
|
||||
|
||||
@main.route('/callbacks')
|
||||
def callbacks():
|
||||
return render_template('views/callbacks.html')
|
||||
|
||||
Reference in New Issue
Block a user