MCPcopy Create free account
hub / github.com/diffgram/diffgram / get_install_info

Function get_install_info

frontend/src/services/configService.js:25–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25export const get_install_info = async () => {
26 try {
27 const { data } = await axios.get('/api/v1/admin/install/info')
28 return data
29 } catch(error) {
30 return {
31 error
32 }
33 }
34}
35
36export const get_queue_status = async () => {
37 try {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected