test change

This commit is contained in:
2025-01-10 21:49:03 -05:00
parent 64da1131c3
commit 95ddfde79e

View File

@@ -6,7 +6,7 @@ app = Flask(__name__)
@app.route("/ping", methods=["GET"]) @app.route("/ping", methods=["GET"])
def ping(): def ping():
return "pong but different" return "pong"
@app.route("/gitea", methods=["POST"]) @app.route("/gitea", methods=["POST"])