Changing routing

This commit is contained in:
Martin Stockhammer 2020-11-05 14:10:10 +01:00
parent 4ccd40b23e
commit bd8bcfb96c
1 changed files with 0 additions and 2 deletions

View File

@ -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 },