changed endpoint

This commit is contained in:
Jona Kläß
2024-05-25 14:15:40 +02:00
parent c8d5bc5734
commit eed9df488e

View File

@@ -85,7 +85,7 @@ export const useUserStore = defineStore('userStore', {
}, },
async loadAllPtpUsers() { async loadAllPtpUsers() {
return (await api.get("/users/user")).data; return (await api.get("/users")).data;
}, },
async initKeycloak() : Promise<Keycloak>{ async initKeycloak() : Promise<Keycloak>{