mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 08:31:37 -05:00
docs: fix update ..all to ...all (#1762)
This commit is contained in:
@@ -374,7 +374,7 @@ Better Auth supports any backend framework with standard Request and Response ob
|
||||
```
|
||||
</Tab>
|
||||
<Tab value="expo">
|
||||
```ts title="app/api/auth/[..all]+api.ts"
|
||||
```ts title="app/api/auth/[...all]+api.ts"
|
||||
import { auth } from '@/lib/server/auth'; // path to your auth file
|
||||
|
||||
const handler = auth.handler;
|
||||
|
||||
Reference in New Issue
Block a user