mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 16:36:34 -05:00
docs: hide method/url from server-only API documentation (#7318)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -178,7 +178,7 @@ export const APIMethod = ({
|
||||
|
||||
const serverTabContent = (
|
||||
<>
|
||||
{isClientOnly ? null : (
|
||||
{isClientOnly || isServerOnly ? null : (
|
||||
<Endpoint
|
||||
method={method || "GET"}
|
||||
path={path}
|
||||
|
||||
Reference in New Issue
Block a user