getting org members
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user