addition of new dashboard
This commit is contained in:
10
backend/modules/app/dashboard.js
Normal file
10
backend/modules/app/dashboard.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// 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,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user