test change

This commit is contained in:
2025-01-10 21:25:37 -05:00
parent 53d2d96361
commit 907c172334

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