refactor: remove obsolete member management API module
This commit is contained in:
@@ -30,7 +30,7 @@ export default async function InstructorsPage({ params }: PageProps) {
|
||||
if (!acct) return <AccountNotFound />;
|
||||
|
||||
const api = createCourseManagementApi(client);
|
||||
const instructors = await api.listInstructors(acct.id);
|
||||
const instructors = await api.referenceData.listInstructors(acct.id);
|
||||
|
||||
return (
|
||||
<CmsPageShell account={account} title={t('pages.instructorsTitle')}>
|
||||
|
||||
Reference in New Issue
Block a user