()
| 36 | |
| 37 | @api.route("/settings", methods=['GET']) |
| 38 | def handleSettings(): |
| 39 | return jsonify() |
| 40 | |
| 41 | @api.route("/settings/printer", methods=["GET", "POST"]) |
| 42 | def handlePrinterSettings(): |
nothing calls this directly
no outgoing calls
no test coverage detected