From eed9df488e07060bc96955efa10f2dc93059ffc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jona=20Kl=C3=A4=C3=9F?= Date: Sat, 25 May 2024 14:15:40 +0200 Subject: [PATCH] changed endpoint --- src/stores/user-store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{