From 3b595d3285034ae18a179d19d49073e03e34dc65 Mon Sep 17 00:00:00 2001 From: Amaury M <1293565+amaurym@users.noreply.github.com> Date: Sat, 29 Jan 2022 16:59:50 +0100 Subject: [PATCH] fix --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 1cc72f6a..8d1e6351 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,6 @@ { "functions": { - "api/stripe/webhooks": { + "api/stripe/webhooks.ts": { "includeFiles": "node_modules/md-to-pdf/markdown.css" } }