fix: DrHider на contractor.pythonk8s.services.ngcloud.ru/drhider, ссылка на сверку
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-06-29 19:24:29 +04:00
parent 645d9b2c09
commit 5466b6df7f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -103,10 +103,10 @@ def ci_cd():
return render_template("ci-cd.html")
@app.route("/drhider")
@app.route("/DrHider")
def drhider():
from flask import redirect
return redirect("https://contracts.kube5s.ru/drhider", code=302)
return render_template("drhider.html", vm_api=VM_API)
@app.route("/health")