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

Function api_get_config

server/server.py:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121
122@app.route("/api/get_config", methods=["GET"])
123def api_get_config():
124 config = get_config()
125 return jsonify(config)
126
127
128@app.route("/api/update_config", methods=["POST"])

Callers

nothing calls this directly

Calls 1

get_configFunction · 0.90

Tested by

no test coverage detected