()
| 316 | @api.route("/files/file-browsing-extensions", methods=["GET"]) |
| 317 | @restricted_access |
| 318 | def getFileBrowsingExtensions(): |
| 319 | return jsonify(externalDriveManager().getFileBrowsingExtensions()) |
| 320 | |
| 321 | @api.route("/files/removable-drives", methods=["GET"]) |
| 322 | @restricted_access |
nothing calls this directly
no test coverage detected