Skip to content

Commit

Permalink
Merge pull request #520 from edx/trhodes/ent-4228-enroll-cleanup
Browse files Browse the repository at this point in the history
refactor: remove unused endpoint.
  • Loading branch information
taliaedX authored Mar 30, 2021
2 parents c83e6a9 + a88aaf2 commit 6b4ec89
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/data/services/LmsApiService.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,6 @@ class LmsApiService {
return LmsApiService.apiClient().put(`${LmsApiService.lmsIntegrationUrl}/cornerstone/configuration/${configId}/`, formData);
}

static sendBulkEnrollment(enterpriseId, options) {
const url = `${LmsApiService.enterpriseCustomerUrl}${enterpriseId}/enterprise_learners/`;
return LmsApiService.apiClient().post(url, options);
}

static createPendingEnterpriseUsers(formData, uuid) {
return LmsApiService.apiClient().post(`${LmsApiService.createPendingUsersUrl}/${uuid}`, formData);
}
Expand Down

0 comments on commit 6b4ec89

Please sign in to comment.