feat(API): Implement BE api for insights data (#14064)

Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
Guillaume Jacquart
2025-04-02 16:34:57 +02:00
committed by GitHub
parent 501963f568
commit db381492a9
10 changed files with 667 additions and 61 deletions

View File

@@ -290,6 +290,9 @@ export const setupTestServer = ({
case 'folder':
await import('@/controllers/folder.controller');
case 'insights':
await import('@/modules/insights/insights.controller');
}
}