MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / getFileBrowsingExtensions

Function getFileBrowsingExtensions

src/astroprint/api/files.py:318–319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316@api.route("/files/file-browsing-extensions", methods=["GET"])
317@restricted_access
318def getFileBrowsingExtensions():
319 return jsonify(externalDriveManager().getFileBrowsingExtensions())
320
321@api.route("/files/removable-drives", methods=["GET"])
322@restricted_access

Callers

nothing calls this directly

Calls 2

externalDriveManagerFunction · 0.90

Tested by

no test coverage detected