refactor: rename endpoint option

This commit is contained in:
Robert Soriano
2022-06-12 23:17:13 -07:00
parent 333539569c
commit c77eb68f5d
2 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ export default defineNuxtModule<ModuleOptions>({
export default createTRPCHandler({
...functions,
trpcURL: '${finalConfig.trpcURL}'
endpoint: '${finalConfig.trpcURL}'
})
`
},