modifed the endopoint

This commit is contained in:
Hari Krishna
2024-03-15 06:55:26 +00:00
parent eab95ae906
commit e5e4acdf03
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1120,7 +1120,7 @@ If you're interested, please let me know a time that works for you, or set up a
return;
}
fetch(`${globalUrl}/api/v1/sub_orgs/${orgId}`, {
fetch(`${globalUrl}/api/v1/orgs/${orgId}/suborgs`, {
method: "GET",
credentials: "include",
headers: {