11 lines
244 B
JavaScript
11 lines
244 B
JavaScript
// internal: no `app` row, not API-key mintable, excluded from the endpoint count.
|
|
const key = 'dashboard';
|
|
|
|
export function getModuleConfig() {
|
|
return {
|
|
title: 'JLINC Dashboard',
|
|
type: key,
|
|
internal: true,
|
|
};
|
|
}
|