From 7e006c46e9b5f357a29a844139823b77a529ae12 Mon Sep 17 00:00:00 2001 From: Eneko Nieto Date: Sun, 31 Jan 2021 22:14:38 +0100 Subject: [PATCH] bugfix app.routes --- src/app/app.routes.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index 3f2002c..65386d4 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -5,11 +5,11 @@ import { NewTravelComponent } from './pages/new-travel/new-travel.component'; import { TravelComponent } from './pages/travel/travel.component'; export let APP_ROUTES: Routes = [ - { - path: '', - redirectTo: 'home', - pathMatch: 'full' - }, + // { + // path: '/', + // redirectTo: 'home', + // pathMatch: 'full' + // }, { path: 'home', component: HomeComponent