Skip to content

Commit 4474a12

Browse files
committed
Routes formatting
1 parent a87294d commit 4474a12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app.routes.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { Signup } from './signup';
55
import { AuthGuard } from './common/auth.guard';
66

77
export const routes: RouterConfig = [
8-
{ path: '', component: Login },
9-
{ path: 'login', component: Login },
8+
{ path: '', component: Login },
9+
{ path: 'login', component: Login },
1010
{ path: 'signup', component: Signup },
11-
{ path: 'home', component: Home, canActivate: [AuthGuard] },
12-
{ path: '**', component: Login },
11+
{ path: 'home', component: Home, canActivate: [AuthGuard] },
12+
{ path: '**', component: Login },
1313
];

0 commit comments

Comments
 (0)