Files
jlinc-server/backend/modules/app/dashboard.js
2026-08-20 15:08:32 +00:00

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,
};
}