feat: /architect page with annotated pipeline architecture v1.0.180
This commit is contained in:
@@ -93,6 +93,11 @@ def prompts_activate():
|
||||
return jsonify({"ok": False, "error": str(e)})
|
||||
|
||||
|
||||
@app.route("/architect")
|
||||
def architect():
|
||||
return render_template("architect.html")
|
||||
|
||||
|
||||
@app.route("/health")
|
||||
def health():
|
||||
return {"ok": True, "service": "contracts-flask"}
|
||||
|
||||
Reference in New Issue
Block a user