getting org members

This commit is contained in:
metacryst
2026-01-13 14:27:44 -06:00
parent 134a6b8471
commit 237bbfedd4
7 changed files with 59 additions and 37 deletions

View File

@@ -97,8 +97,9 @@ async function setCurrentNetwork() {
path += defaultApp.toLowerCase()
}
let appData = await fetch("/app/comaldata", {method: "GET"})
let appData = await fetch("/app/orgdata/" + defaultNetwork.id, {method: "GET"})
let json = await appData.json()
console.log(json)
window.comalData = json
return path