ciyidogan commited on
Commit
720df86
·
verified ·
1 Parent(s): bf598e5

Update flare-ui/src/app/app.routes.ts

Browse files
Files changed (1) hide show
  1. flare-ui/src/app/app.routes.ts +1 -1
flare-ui/src/app/app.routes.ts CHANGED
@@ -43,7 +43,7 @@ export const routes: Routes = [
43
  {
44
  path: 'realtime-chat/:sessionId',
45
  loadComponent: () => import('./components/chat/realtime-chat.component').then(c => c.RealtimeChatComponent),
46
- canActivate: [AuthGuard],
47
  data: { title: 'Real-time Chat' }
48
  },
49
  {
 
43
  {
44
  path: 'realtime-chat/:sessionId',
45
  loadComponent: () => import('./components/chat/realtime-chat.component').then(c => c.RealtimeChatComponent),
46
+ canActivate: [authGuard ],
47
  data: { title: 'Real-time Chat' }
48
  },
49
  {