ciyidogan commited on
Commit
bf598e5
·
verified ·
1 Parent(s): 92cbae7

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
@@ -42,7 +42,7 @@ export const routes: Routes = [
42
  },
43
  {
44
  path: 'realtime-chat/:sessionId',
45
- loadComponent: () => import('./components/realtime-chat.component').then(c => c.RealtimeChatComponent),
46
  canActivate: [AuthGuard],
47
  data: { title: 'Real-time Chat' }
48
  },
 
42
  },
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
  },