()
| 149 | @api.route("/state", methods=["GET"]) |
| 150 | @restricted_access |
| 151 | def apiPrinterState(): |
| 152 | return make_response(("/api/state has been deprecated, use /api/printer instead", 405, [])) |
| 153 | |
| 154 | |
| 155 | @api.route("/version", methods=["GET"]) |
nothing calls this directly
no outgoing calls
no test coverage detected