Remove unused route

master
Nikola Forró 7 years ago
parent 8f31496c29
commit 88aa303c76

@ -32,7 +32,6 @@ import { QuotesService } from './services/quotes.service';
const routes: Routes = [
{ path: '', component: QuotesComponent },
//{ path: 'quotes/:id', component: QuoteComponent },
{ path: '**', redirectTo: '/' }
];

Loading…
Cancel
Save