This commit is contained in:
Constantin Simonis 2025-01-09 13:42:36 +01:00
parent 77520fb54e
commit 8361de7718
Signed by: csimonis
GPG Key ID: 758DD9C506603183

View File

@ -5,7 +5,6 @@ import {HomeComponent} from "./home/home.component";
export const routes: Routes = [
{path: 'login', component: LoginComponent},
{path: 'test', component: LoginComponent},
{path: '', component: HomeComponent, canActivate: [AuthGuardService]},
{path: '**', redirectTo: ''}
];