From 2343c6aa00810875e9f99607ff506f0738693378 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20PAILHAREY?= <rpailharey@grandlyon.com>
Date: Thu, 13 Oct 2022 08:07:07 +0000
Subject: [PATCH] feat: removed footer on orientation and admin pages

---
 src/app/app-routing.module.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts
index 0b0fe87f0..5f82d11aa 100644
--- a/src/app/app-routing.module.ts
+++ b/src/app/app-routing.module.ts
@@ -46,7 +46,6 @@ const routes: Routes = [
         path: '',
         component: OrientationFormComponent,
       },
-      footerOutletRoute,
     ],
   },
   {
@@ -236,7 +235,6 @@ const routes: Routes = [
         canActivate: [AdminGuard],
         loadChildren: () => import('./admin/admin.module').then((m) => m.AdminModule),
       },
-      footerOutletRoute,
     ],
   },
   {
-- 
GitLab