diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 9844e6e2c..272b77172 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -245,6 +245,10 @@ const routes = [ { path: 'diplomas-gerar-options', loadChildren: () => import('./shared/popover/diplomas-gerar-options/diplomas-gerar-options.module').then( m => m.DiplomasGerarOptionsPageModule) + }, + { + path: 'chat-debugging', + loadChildren: () => import('./shared/popover/chat-debugging/chat-debugging.module').then( m => m.ChatDebuggingPageModule) } /* diff --git a/src/app/pages/chat/chat.page.html b/src/app/pages/chat/chat.page.html index 2e0c5486a..4c473fd14 100644 --- a/src/app/pages/chat/chat.page.html +++ b/src/app/pages/chat/chat.page.html @@ -17,6 +17,10 @@ Chat
+ +