MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / getSysmteInfo

Function getSysmteInfo

src/astroprint/api/settings.py:678–679  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

676@api.route("/settings/software/system-info", methods=['GET'])
677@restricted_access
678def getSysmteInfo():
679 return jsonify( softwareManager.systemInfo )
680
681@api.route("/settings/software/versions", methods=['GET'])
682@restricted_access

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected