mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(core): Move /module-settings behind auth (#18492)
This commit is contained in:
@@ -309,6 +309,10 @@ export const setupTestServer = ({
|
||||
case 'data-store':
|
||||
await import('@/modules/data-store/data-store.module');
|
||||
break;
|
||||
|
||||
case 'module-settings':
|
||||
await import('@/controllers/module-settings.controller');
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user