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