diff --git a/frontend/src/app/app.module.ts b/frontend/src/app/app.module.ts index 4f10c27..996966d 100644 --- a/frontend/src/app/app.module.ts +++ b/frontend/src/app/app.module.ts @@ -32,7 +32,6 @@ import { QuotesService } from './services/quotes.service'; const routes: Routes = [ { path: '', component: QuotesComponent }, - //{ path: 'quotes/:id', component: QuoteComponent }, { path: '**', redirectTo: '/' } ];