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

Function index

server/server.py:372–373  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

370@app.route('/<path:path>')
371@app.errorhandler(404)
372def index(path):
373 return render_template("index.html")
374
375if __name__ == "__main__":
376 print("Starting ComfyUI Launcher...")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected