mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
Say services in URL path
It’s what we do everywhere else… Co-Authored-By: quis <me@quis.cc>
This commit is contained in:
@@ -16,7 +16,7 @@ def agreement():
|
||||
)
|
||||
|
||||
|
||||
@main.route('/service/<uuid:service_id>/agreement')
|
||||
@main.route('/services/<uuid:service_id>/agreement')
|
||||
@login_required
|
||||
def service_agreement(service_id):
|
||||
return render_template(
|
||||
|
||||
Reference in New Issue
Block a user