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

Function handleSettings

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

Source from the content-addressed store, hash-verified

36
37@api.route("/settings", methods=['GET'])
38def handleSettings():
39 return jsonify()
40
41@api.route("/settings/printer", methods=["GET", "POST"])
42def handlePrinterSettings():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected