mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 10:08:25 -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
|
@login_required
|
||||||
def service_agreement(service_id):
|
def service_agreement(service_id):
|
||||||
return render_template(
|
return render_template(
|
||||||
|
|||||||
Reference in New Issue
Block a user