MCPcopy Create free account
hub / github.com/ComfyWorkflows/ComfyUI-Launcher / api_update_config

Function api_update_config

server/server.py:129–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127
128@app.route("/api/update_config", methods=["POST"])
129def api_update_config():
130 request_data = request.get_json()
131 update_config(request_data)
132 return jsonify({"success": True})
133
134
135@app.route("/api/set_config", methods=["POST"])

Callers

nothing calls this directly

Calls 1

update_configFunction · 0.90

Tested by

no test coverage detected