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