()
| 676 | @api.route("/settings/software/system-info", methods=['GET']) |
| 677 | @restricted_access |
| 678 | def getSysmteInfo(): |
| 679 | return jsonify( softwareManager.systemInfo ) |
| 680 | |
| 681 | @api.route("/settings/software/versions", methods=['GET']) |
| 682 | @restricted_access |
nothing calls this directly
no outgoing calls
no test coverage detected