Merge branch 'dev'
CI/CD / deploy (push) Failing after 2m28s
Details
CI/CD / deploy (push) Failing after 2m28s
Details
This commit is contained in:
commit
fc14513fd1
|
|
@ -2812,8 +2812,8 @@ for (const mod of getAllModules()) {
|
||||||
|| pathname.includes("/rcart/pay/")
|
|| pathname.includes("/rcart/pay/")
|
||||||
|| pathname.includes("/rwallet/api/")
|
|| pathname.includes("/rwallet/api/")
|
||||||
|| pathname.includes("/rdesign/api/")
|
|| pathname.includes("/rdesign/api/")
|
||||||
|| (c.req.method === "GET" && pathname.includes("/rvote/api/"))
|
|| pathname.includes("/rtasks/api/")
|
||||||
|| (c.req.method === "POST" && pathname.endsWith("/rtasks/api/clickup/webhook"));
|
|| (c.req.method === "GET" && pathname.includes("/rvote/api/"));
|
||||||
|
|
||||||
if (!isHtmlRequest && !isPublicEndpoint && (vis === "private" || vis === "permissioned")) {
|
if (!isHtmlRequest && !isPublicEndpoint && (vis === "private" || vis === "permissioned")) {
|
||||||
const token = extractToken(c.req.raw.headers);
|
const token = extractToken(c.req.raw.headers);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue