@@ -0,0 +1,13 @@
from flask import Flask
app = Flask(__name__)
@app.route("/")
def index():
return "contracts-flask OK"
@app.route("/health")
def health():
return {"ok": True, "service": "contracts-flask"}
The note is not visible to the blocked user.