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