Login fixed
This commit is contained in:
@@ -8,7 +8,7 @@ import { TravelComponent } from './pages/travel/travel.component';
|
||||
const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
redirectTo: '/home',
|
||||
redirectTo: 'home',
|
||||
pathMatch: 'full'
|
||||
},
|
||||
{
|
||||
@@ -29,7 +29,7 @@ const routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
redirectTo: '/home'
|
||||
redirectTo: 'home'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user