From c74e4745e47637b41be93cdf5974e18296b167da Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Fri, 26 Sep 2025 10:18:02 -0400 Subject: [PATCH] ope --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9dc8ad4..9c637c5 100644 --- a/main.py +++ b/main.py @@ -46,7 +46,7 @@ def home(): return "This is a silly web util that converts the Ghost webhook payloads to Discord payloads" -@app.route("/hook/", methods=["POST"]) def convert(uuid): webhook = UUID_TO_WEBHOOK_LOOKUP.get(uuid) ghost_payload = request.get_json()