MCPcopy
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
91export const checkEnvironment = () => {
92 return api.get(`/configs/get/env`);
93};
94
95export const getOrganisationConfig = (organisationId, key) => {
96 return api.get(`/configs/get/organisation/${organisationId}/key/${key}`);

Callers 1

_app.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected