lanjianrong 3 tahun lalu
induk
melakukan
2c8973cc4b
1 mengubah file dengan 6 tambahan dan 6 penghapusan
  1. 6 6
      config/routes.ts

+ 6 - 6
config/routes.ts

@@ -80,13 +80,13 @@
         name: 'contact',
         component: './business/Contact',
         access: 'authRouteFilter'
-      },
-      {
-        path: '/business/notice',
-        name: 'notice',
-        component: './business/Notification',
-        access: 'authRouteFilter'
       }
+      // {
+      //   path: '/business/notice',
+      //   name: 'notice',
+      //   component: './business/Notification',
+      //   access: 'authRouteFilter'
+      // }
     ]
   }
 ]