feat: add DCB User Service API - Authentication system with KEYCLOAK - Modular architecture with services for each feature
This commit is contained in:
parent
f2f2ce71ee
commit
84824e7c28
@ -16,7 +16,7 @@ import {
|
||||
@Injectable({ providedIn: 'root' })
|
||||
export class UsersService {
|
||||
private http = inject(HttpClient);
|
||||
private apiUrl = `${environment.localServiceTestApiUrl}/users`;
|
||||
private apiUrl = `${environment.iamApiUrl}/users`;
|
||||
|
||||
// === CRUD COMPLET ===
|
||||
createUser(createUserDto: CreateUserDto): Observable<UserResponse> {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user