fix: Change URL of get full organization endpoint (#458)

This commit is contained in:
Ian Martorell
2024-11-08 11:26:16 +03:00
committed by GitHub
parent 00d36eb424
commit eb34b6811e
@@ -103,7 +103,7 @@ export const organizationClient = <O extends OrganizationClientOptions>(
>
>(
[$activeOrgSignal],
"/organization/get-full-organization",
"/organization/get-full",
$fetch,
() => ({
method: "GET",