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

This commit is contained in:
Ian Martorell
2024-11-08 09:26:16 +01:00
committed by GitHub
parent 00d36eb424
commit eb34b6811e

View File

@@ -103,7 +103,7 @@ export const organizationClient = <O extends OrganizationClientOptions>(
>
>(
[$activeOrgSignal],
"/organization/get-full-organization",
"/organization/get-full",
$fetch,
() => ({
method: "GET",