From 88aa303c764055b5f06d27319f112b53cbbf18ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Wed, 25 Apr 2018 11:47:44 +0200 Subject: [PATCH] Remove unused route --- frontend/src/app/app.module.ts | 1 - 1 file changed, 1 deletion(-) 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: '/' } ];