We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4de57a commit 85df466Copy full SHA for 85df466
apps/content/docs/integrations/tanstack-start.md
@@ -19,7 +19,7 @@ const handler = new RPCHandler(router)
19
20
async function handle({ request }: { request: Request }) {
21
const { response } = await handler.handle(request, {
22
- prefix: '/rpc',
+ prefix: '/api/rpc',
23
context: {} // Provide initial context if needed
24
})
25
0 commit comments