mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-20 23:11:41 +01:00
refactor: rename endpoint option
This commit is contained in:
@@ -61,7 +61,7 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
|
||||
export default createTRPCHandler({
|
||||
...functions,
|
||||
trpcURL: '${finalConfig.trpcURL}'
|
||||
endpoint: '${finalConfig.trpcURL}'
|
||||
})
|
||||
`
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user