Update fetch logic to include group endpoint

cgen-b1df97864f91494698aa36880ebc63ca
This commit is contained in:
Builder.io 2025-11-16 04:14:12 +00:00
parent 0df8192cca
commit 2db2e07419

View file

@ -108,7 +108,7 @@ const SubdomainPassport = () => {
subdomainInfo.subdomain,
)}`;
} else if (subdomainInfo.isProjectPassport) {
url = `${API_BASE}/api/passport/project/${encodeURIComponent(
url = `${API_BASE}/api/passport/group/${encodeURIComponent(
subdomainInfo.subdomain,
)}`;
}