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()