fix: design updates and block actions when masquerading (#24)

This commit is contained in:
Ben Warzeski
2022-09-26 10:17:00 -04:00
committed by GitHub
parent a9adb479e8
commit 006918f316
11 changed files with 311 additions and 102 deletions

View File

@@ -8,7 +8,7 @@ const api = `${baseUrl}/api/`;
// const init = `${api}learner_home/mock/init`; // mock endpoint for testing
const init = `${api}learner_home/init`;
const courseUnenroll = `${api}/courses/unenroll`; // TODO: Fix
const courseUnenroll = `${baseUrl}/change_enrollment`;
const updateEmailSettings = `${api}/change_email_settings`;
const entitlementEnrollment = (uuid) => `${api}/entitlements/v1/entitlements/${uuid}/enrollments`;