debug api

This commit is contained in:
trochas
2026-01-07 13:50:50 +01:00
parent bb4c0f67ad
commit abbf4cb726
4 changed files with 17 additions and 104 deletions

View File

@@ -1,9 +1,12 @@
import { getUsersAPI } from "../requetes"
import { useKeycloak } from "@react-keycloak/web"
import { getCoachsAPI, getUsersAPI } from "../requetes"
function TestAPI(){
const { keycloak } = useKeycloak()
function handleGetUsers(): void {
getUsersAPI()
getCoachsAPI();
}
return(