diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index a8ff400..d8ac8ba 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -70,6 +70,10 @@ const routes: Routes = [ path: 'tchat', component: TchatComponent, }, + { + path : 'callback', + component : HomeComponent + }, { path: '**', redirectTo: 'erreur',