diff --git a/src/app/pages/admin-tools/admin-tools-routing.module.ts b/src/app/pages/admin-tools/admin-tools-routing.module.ts index a71b58f..fa8b075 100644 --- a/src/app/pages/admin-tools/admin-tools-routing.module.ts +++ b/src/app/pages/admin-tools/admin-tools-routing.module.ts @@ -32,10 +32,10 @@ import {RouterModule} from '@angular/router'; { path: 'plugins', loadChildren: () => import('../../openaireLibrary/dashboard/plugins/plugins.module').then(m => m.PluginsModule), - pathMatch: 'full', data: {hasInternalSidebar: true, hasHeader: false} + pathMatch: 'full', data: {hasInternalSidebar: false, hasHeader: false} }, { - path: 'plugin-edit', + path: 'plugins/edit', loadChildren: () => import('../../openaireLibrary/dashboard/plugins/plugins-form/pluginsForm.module').then(m => m.PluginsFormModule), pathMatch: 'full', data: {hasInternalSidebar: true, hasHeader: false} },