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 = [ const routes: Routes = [
{ path: '', component: QuotesComponent }, { path: '', component: QuotesComponent },
//{ path: 'quotes/:id', component: QuoteComponent },
{ path: '**', redirectTo: '/' } { path: '**', redirectTo: '/' }
]; ];

Loading…
Cancel
Save