Skip to content

Commit 85df466

Browse files
authored
docs: fix TanStack Start Integration example (#188)
1 parent d4de57a commit 85df466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/content/docs/integrations/tanstack-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const handler = new RPCHandler(router)
1919

2020
async function handle({ request }: { request: Request }) {
2121
const { response } = await handler.handle(request, {
22-
prefix: '/rpc',
22+
prefix: '/api/rpc',
2323
context: {} // Provide initial context if needed
2424
})
2525

0 commit comments

Comments
 (0)