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

Function api_set_config

server/server.py:136–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134
135@app.route("/api/set_config", methods=["POST"])
136def api_set_config():
137 request_data = request.get_json()
138 set_config(request_data)
139 return jsonify({"success": True})
140
141
142@app.route("/api/create_project", methods=["POST"])

Callers

nothing calls this directly

Calls 1

set_configFunction · 0.90

Tested by

no test coverage detected