docs: fix update ..all to ...all (#1762)

This commit is contained in:
Mighty Ali
2025-03-26 23:50:34 +03:00
committed by GitHub
parent 1e775cb4d9
commit ed7bc69447

View File

@@ -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;