hopefully this change works

This commit is contained in:
2025-01-10 21:46:46 -05:00
parent e5fe563939
commit bc249c7ce8

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" return "pong but different"
@app.route("/gitea", methods=["POST"]) @app.route("/gitea", methods=["POST"])