test change

This commit is contained in:
2025-01-10 21:10:46 -05:00
parent 61551be3d9
commit f9a5d5f66f

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 and friends"
@app.route("/gitea", methods=["POST"]) @app.route("/gitea", methods=["POST"])