Update fetch logic to include group endpoint
cgen-b1df97864f91494698aa36880ebc63ca
This commit is contained in:
parent
0df8192cca
commit
2db2e07419
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
)}`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue