another change

This commit is contained in:
2025-01-10 21:12:39 -05:00
parent f9a5d5f66f
commit 1eaf1bb03a

View File

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