()
| 501 | |
| 502 | @api.route("/printer/allowed-features", methods=["GET"]) |
| 503 | def getAllowedFeatures(): |
| 504 | return jsonify(printerManager().getAllowedFeatures()) |
| 505 | |
| 506 | |
| 507 | @api.route("/printer/execute-routine/<string:routine>", methods=["POST"]) |
nothing calls this directly
no test coverage detected