Configure keycloak (#4)

Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #4
Co-authored-by: ptran <huydw@proton.me>
Co-committed-by: ptran <huydw@proton.me>
This commit is contained in:
ptran
2024-12-18 10:02:18 +00:00
committed by Constantin Simonis
parent 4e27c3fb2e
commit 934716fb3e
9 changed files with 71 additions and 17 deletions

View File

@ -1,7 +1,7 @@
import {Routes} from '@angular/router';
import {EmployeeListComponent} from "./employee-list/employee-list.component";
import {LoginComponent} from "./login/login.component";
import {AuthGuardService} from "./auth-guard.service";
import {AuthGuardService} from "./services/auth-guard.service";
export const routes: Routes = [
{path: 'login', component: LoginComponent},