diff --git a/listen.py b/listen.py index 970a869..0b67fb7 100644 --- a/listen.py +++ b/listen.py @@ -6,7 +6,7 @@ app = Flask(__name__) @app.route("/ping", methods=["GET"]) def ping(): - return "pong" + return "pong but different" @app.route("/gitea", methods=["POST"])