Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ getCurrentVersions
Function
getCurrentVersions
src/astroprint/api/settings.py:683–684 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
681
@api.route(
"/settings/software/versions"
, methods=[
'GET'
])
682
@restricted_access
683
def
getCurrentVersions():
684
return
jsonify( softwareManager.data )
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected