From 06b23088e13f5a6d30a6fe6c8f5319cc6b020b0d Mon Sep 17 00:00:00 2001 From: austinkelsay Date: Wed, 6 Nov 2024 17:43:08 -0600 Subject: [PATCH] Fix vercel.json --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index b73afc1..e318e47 100644 --- a/vercel.json +++ b/vercel.json @@ -7,7 +7,7 @@ } ], "functions": { - "api/lightning-address/lnd.js": { + "api/lightning-address/lnd": { "maxDuration": 300 } }