This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva.git
commit bd8bcfb96c3f36cde1dea13e320cd5612f2611ca Author: Martin Stockhammer <[email protected]> AuthorDate: Thu Nov 5 14:10:10 2020 +0100 Changing routing --- .../archiva-webapp/src/main/archiva-web/src/app/app-routing.module.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/archiva-web/src/app/app-routing.module.ts b/archiva-modules/archiva-web/archiva-webapp/src/main/archiva-web/src/app/app-routing.module.ts index cc81bdf..f3b86ef 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/archiva-web/src/app/app-routing.module.ts +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/archiva-web/src/app/app-routing.module.ts @@ -35,8 +35,6 @@ const routes: Routes = [ {path:'repo/browse', component: BrowseComponent}, {path:'repo/upload', component: UploadComponent}, {path:'', redirectTo:'repo/search', pathMatch:'full'}, - {path:'**', component: NotFoundComponent} - ]}, { path: 'contact', component: ContactComponent }, { path: 'about', component: AboutComponent },
