mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(core): Add endpoint POST /projects/:projectId/folders (no-changelog) (#13446)
This commit is contained in:
@@ -43,7 +43,8 @@ type EndpointGroup =
|
||||
| 'dynamic-node-parameters'
|
||||
| 'apiKeys'
|
||||
| 'evaluation'
|
||||
| 'ai';
|
||||
| 'ai'
|
||||
| 'folder';
|
||||
|
||||
export interface SetupProps {
|
||||
endpointGroups?: EndpointGroup[];
|
||||
|
||||
@@ -288,6 +288,9 @@ export const setupTestServer = ({
|
||||
|
||||
case 'ai':
|
||||
await import('@/controllers/ai.controller');
|
||||
|
||||
case 'folder':
|
||||
await import('@/controllers/folder.controller');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user