another test change

This commit is contained in:
2025-01-10 21:32:04 -05:00
parent 907c172334
commit 7070629e2b

View File

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