diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 7d03c60..d292388 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -5,8 +5,8 @@ import { AuthGuard } from './commons/guard/auth.guard'; const routes: Routes = [ { path: '', loadChildren: './pages/pages.module#PagesModule', canActivate: [AuthGuard] }, { path: 'auth', loadChildren: './pages/auth/auth-page.module#AuthPageModule' }, - // { path: 'error', loadChildren: './pages/error/error-page.module#ErrorPageModule' }, - // { path: '**', redirectTo: 'error' }, + { path: 'error', loadChildren: './pages/error/error-page.module#ErrorPageModule' }, + { path: '**', redirectTo: 'error' }, ]; @NgModule({ diff --git a/src/app/pages/probes/noauth-probe/noauth-probe-page.component.html b/src/app/pages/probes/noauth-probe/noauth-probe-page.component.html index 9b26d62..d5187b7 100644 --- a/src/app/pages/probes/noauth-probe/noauth-probe-page.component.html +++ b/src/app/pages/probes/noauth-probe/noauth-probe-page.component.html @@ -1 +1,2 @@ - \ No newline at end of file +container로 교체 + \ No newline at end of file