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

Function maintenanceMenu

src/astroprint/api/maintenancemenu.py:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12@api.route('/maintenance-menu', methods=['GET'])
13@restricted_access
14def maintenanceMenu():
15 mmenu = maintenanceMenuManager()
16
17 result = mmenu.data
18 return jsonify( result )
19
20@api.route('/maintenance-menu', methods=['POST'])
21@restricted_access

Callers

nothing calls this directly

Calls 1

maintenanceMenuManagerFunction · 0.90

Tested by

no test coverage detected