File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ class LmsApiService {
8282
8383 static providerDataSyncUrl = `${ LmsApiService . baseUrl } /auth/saml/v0/provider_data/sync_provider_data/` ;
8484
85- static lmsIntegrationUrl = `${ LmsApiService . baseUrl } /integrated_channels /api/v1` ;
85+ static lmsIntegrationUrl = `${ LmsApiService . baseUrl } /channel_integrations /api/v1` ;
8686
87- static lmsContentSyncStatusUrl = `${ LmsApiService . baseUrl } /integrated_channels /api/v1/logs/content_sync_status` ;
87+ static lmsContentSyncStatusUrl = `${ LmsApiService . baseUrl } /channel_integrations /api/v1/logs/content_sync_status` ;
8888
89- static lmsLearnerSyncStatusUrl = `${ LmsApiService . baseUrl } /integrated_channels /api/v1/logs/learner_sync_status` ;
89+ static lmsLearnerSyncStatusUrl = `${ LmsApiService . baseUrl } /channel_integrations /api/v1/logs/learner_sync_status` ;
9090
9191 static createPendingUsersUrl = `${ LmsApiService . baseUrl } /enterprise/api/v1/link_pending_enterprise_users` ;
9292
You can’t perform that action at this time.
0 commit comments