add help
This commit is contained in:
@@ -22,7 +22,7 @@ import {NotfoundComponent} from './pages/notfound/notfound.component';
|
||||
import {UserComponent} from './pages/user/user.component'
|
||||
|
||||
const routes: Routes = [
|
||||
{path: '', redirectTo: "/account/info", pathMatch: 'full'},
|
||||
{path: '', redirectTo: "/services", pathMatch: 'full'},
|
||||
{path: 'imprint', component: ImprintComponent, canActivate: [AuthUpdateGuard]},
|
||||
{path: 'privacy-policy', component: PrivacyPolicyComponent, canActivate: [AuthUpdateGuard]},
|
||||
{path: 'terms-of-service', component: TermsOfServiceComponent, canActivate: [AuthUpdateGuard]},
|
||||
|
||||
Reference in New Issue
Block a user