mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Add endpoint POST /projects/:projectId/folders (no-changelog) (#13446)
This commit is contained in:
@@ -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