This commit is contained in:
2025-05-29 12:15:53 +00:00
parent b0beeae19e
commit ab1ea95070
12 changed files with 855 additions and 38 deletions

View File

@ -153,7 +153,7 @@ export function convertLegacyConfigToRouteConfig(
// Add authentication if present
if (legacyConfig.authentication) {
routeConfig.action.security = {
routeConfig.security = {
authentication: {
type: 'basic',
credentials: [{