mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 08:31:37 -05:00
fix: Change URL of get full organization endpoint (#458)
This commit is contained in:
@@ -103,7 +103,7 @@ export const organizationClient = <O extends OrganizationClientOptions>(
|
||||
>
|
||||
>(
|
||||
[$activeOrgSignal],
|
||||
"/organization/get-full-organization",
|
||||
"/organization/get-full",
|
||||
$fetch,
|
||||
() => ({
|
||||
method: "GET",
|
||||
|
||||
Reference in New Issue
Block a user