From 6860e318f5b3b3493f90a4dadfbc37a8d1c757eb Mon Sep 17 00:00:00 2001 From: ahoemann Date: Mon, 2 Dec 2024 11:07:12 +0000 Subject: [PATCH] replace: placeholder links --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 9849e82..4473c29 100755 --- a/app.py +++ b/app.py @@ -18,8 +18,8 @@ def homepage(): @app.route("/monitoring") def monitoring(): - git_status = get("http://localhost:5000") - website_status = get("http://localhost:5000") + git_status = get("https://git.adrianux.net") + website_status = get("https://adrianux.net") return render_template("monitoring.html", git_status = git_status, website_status = website_status ) def get_status_code(link):