/run-sparv, /install-korp and /install-strix (all of which are defined in sparv/process_routes.py) are still using the old response format so that the frontend doesn't break. Instead of returning make_status_response_old they should return make_status_response. This needs to happen as the same time as the frontend starts using /resource-info instead of /check-status. The functions make_status_response_old and check_status may then be removed.
/run-sparv
,/install-korp
and/install-strix
(all of which are defined insparv/process_routes.py
) are still using the old response format so that the frontend doesn't break. Instead of returningmake_status_response_old
they should returnmake_status_response
. This needs to happen as the same time as the frontend starts using/resource-info
instead of/check-status
. The functionsmake_status_response_old
andcheck_status
may then be removed.