Fix routes
Build, push image, and notify Watchtower / build-image (push) Successful in 1m2s
Build, push image, and notify Watchtower / notify (push) Successful in 17s

This commit is contained in:
2026-08-11 14:28:20 +02:00
parent 1724c6a06a
commit f5bea7f636
+1 -1
View File
@@ -158,7 +158,7 @@ def telemetry():
@app.route("/debug/telemetryrequest", methods=["GET"])
def debug():
def debug_telemetryrequest():
# Construct external HTTP endpoint dynamically based on incoming request host
telemetry_url = f"{request.host_url.rstrip('/')}/telemetry"