mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Consolidate executions controllers (no-changelog) (#8349)
This commit is contained in:
@@ -131,8 +131,8 @@ export const setupTestServer = ({
|
||||
break;
|
||||
|
||||
case 'executions':
|
||||
const { executionsController } = await import('@/executions/executions.controller');
|
||||
app.use(`/${REST_PATH_SEGMENT}/executions`, executionsController);
|
||||
const { ExecutionsController } = await import('@/executions/executions.controller');
|
||||
registerController(app, ExecutionsController);
|
||||
break;
|
||||
|
||||
case 'variables':
|
||||
|
||||
Reference in New Issue
Block a user