mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-08 07:21:13 -04:00
Rename to performance
This is consistent with the old performance platform URLs, which were gov.uk/performance, and others that we have like /pricing and /features
This commit is contained in:
@@ -27,7 +27,7 @@ from app.main.views import ( # noqa isort:skip
|
||||
new_password,
|
||||
notifications,
|
||||
organisations,
|
||||
performance_platform,
|
||||
performance,
|
||||
platform_admin,
|
||||
providers,
|
||||
register,
|
||||
|
||||
@@ -6,8 +6,8 @@ from app import performance_dashboard_api_client
|
||||
from app.main import main
|
||||
|
||||
|
||||
@main.route("/performance-dashboard")
|
||||
def performance_dashboard():
|
||||
@main.route("/performance")
|
||||
def performance():
|
||||
api_args = {}
|
||||
|
||||
api_args['start_date'] = (datetime.utcnow() - timedelta(days=90)).date()
|
||||
Reference in New Issue
Block a user