From 907c172334e8fd03c21e318404dadc3e5fee9d41 Mon Sep 17 00:00:00 2001 From: Daniel McCrystal Date: Fri, 10 Jan 2025 21:25:37 -0500 Subject: [PATCH] test change --- listen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listen.py b/listen.py index 1a4ebdd..e6bd32a 100644 --- a/listen.py +++ b/listen.py @@ -6,7 +6,7 @@ app = Flask(__name__) @app.route("/ping", methods=["GET"]) def ping(): - return "pong and friends again" + return "back to just pong" @app.route("/gitea", methods=["POST"])