Merge branch 'dev'
CI/CD / deploy (push) Failing after 2m28s Details

This commit is contained in:
Jeff Emmett 2026-04-06 19:00:45 -04:00
commit fc14513fd1
1 changed files with 2 additions and 2 deletions

View File

@ -2812,8 +2812,8 @@ for (const mod of getAllModules()) {
|| pathname.includes("/rcart/pay/")
|| pathname.includes("/rwallet/api/")
|| pathname.includes("/rdesign/api/")
|| (c.req.method === "GET" && pathname.includes("/rvote/api/"))
|| (c.req.method === "POST" && pathname.endsWith("/rtasks/api/clickup/webhook"));
|| pathname.includes("/rtasks/api/")
|| (c.req.method === "GET" && pathname.includes("/rvote/api/"));
if (!isHtmlRequest && !isPublicEndpoint && (vis === "private" || vis === "permissioned")) {
const token = extractToken(c.req.raw.headers);