mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(API): Implement BE api for insights data (#14064)
Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
committed by
GitHub
parent
501963f568
commit
db381492a9
@@ -290,6 +290,9 @@ export const setupTestServer = ({
|
||||
|
||||
case 'folder':
|
||||
await import('@/controllers/folder.controller');
|
||||
|
||||
case 'insights':
|
||||
await import('@/modules/insights/insights.controller');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user