bugfix app.routes

This commit is contained in:
Eneko Nieto
2021-01-31 22:14:38 +01:00
parent 51646ca311
commit 7e006c46e9

View File

@@ -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