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:
Pete Herlihy
2017-11-03 11:56:15 +00:00
committed by GitHub
parent fa6e4971c9
commit 2c74027e0d

View File

@@ -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')