mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-27 09:29:22 -04:00
Rename to performance-dashboard
This commit is contained in:
committed by
Chris Hill-Scott
parent
042527e74c
commit
3ca2840652
@@ -100,8 +100,8 @@ from app.notify_client.letter_jobs_client import letter_jobs_client
|
||||
from app.notify_client.notification_api_client import notification_api_client
|
||||
from app.notify_client.org_invite_api_client import org_invite_api_client
|
||||
from app.notify_client.organisations_api_client import organisations_client
|
||||
from app.notify_client.performance_platform_api_client import (
|
||||
performance_platform_api_client,
|
||||
from app.notify_client.performance_dashboard_api_client import (
|
||||
performance_dashboard_api_client,
|
||||
)
|
||||
from app.notify_client.platform_stats_api_client import (
|
||||
platform_stats_api_client,
|
||||
@@ -188,7 +188,7 @@ def create_app(application):
|
||||
notification_api_client,
|
||||
org_invite_api_client,
|
||||
organisations_client,
|
||||
performance_platform_api_client,
|
||||
performance_dashboard_api_client,
|
||||
platform_stats_api_client,
|
||||
provider_client,
|
||||
service_api_client,
|
||||
|
||||
Reference in New Issue
Block a user