This commit is contained in:
Lurkars
2021-03-20 13:18:27 +01:00
parent 2ff430f58f
commit e0b4da182a
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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]},