diff --git a/src/stores/user-store.ts b/src/stores/user-store.ts index 60a530d..fc88b56 100644 --- a/src/stores/user-store.ts +++ b/src/stores/user-store.ts @@ -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{