From a8b958e04fceb711b22b4693f05b471a466d3f37 Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Fri, 26 Sep 2025 10:07:17 -0400 Subject: [PATCH] hook --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fdb741b..5450d8f 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("/:uuid", methods=["POST"]) +@app.route("/hook/:uuid", methods=["POST"]) def convert(uuid): webhook = UUID_TO_WEBHOOK_LOOKUP.get(uuid) ghost_payload = request.get_json()