From 0a728f2a3c677f61d9087259a41e2f611ed5cc10 Mon Sep 17 00:00:00 2001 From: GTPSHAX Date: Sun, 10 May 2026 12:21:35 +0700 Subject: [PATCH] fix: correct hcaptcha module path in Vercel configuration --- apps/api/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/vercel.json b/apps/api/vercel.json index b5e1bbf..a1737de 100644 --- a/apps/api/vercel.json +++ b/apps/api/vercel.json @@ -22,7 +22,7 @@ "../../node_modules/@dqbd/**", "../../node_modules/express-rate-limit/**", "../../node_modules/helmet/**", - "node_modules/hcaptcha/**" + "../../node_modules/hcaptcha/**" ] } }