Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TransformerOptimus/SuperAGI
/ checkEnvironment
Function
checkEnvironment
gui/pages/api/DashboardService.js:91–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
};
90
91
export
const
checkEnvironment = () => {
92
return
api.get(`/configs/get/env`);
93
};
94
95
export
const
getOrganisationConfig = (organisationId, key) => {
96
return
api.get(`/configs/get/organisation/${organisationId}/key/${key}`);
Callers
1
_app.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected