changed endpoint
This commit is contained in:
@@ -85,7 +85,7 @@ export const useUserStore = defineStore('userStore', {
|
||||
},
|
||||
|
||||
async loadAllPtpUsers() {
|
||||
return (await api.get("/users/user")).data;
|
||||
return (await api.get("/users")).data;
|
||||
},
|
||||
|
||||
async initKeycloak() : Promise<Keycloak>{
|
||||
|
||||
Reference in New Issue
Block a user