chore: generate
This commit is contained in:
parent
892fd85ba7
commit
bad4599bf9
2 changed files with 32 additions and 7 deletions
|
|
@ -147,7 +147,11 @@ export const providerHandlers = Layer.unwrap(
|
|||
})
|
||||
|
||||
return HttpApiBuilder.group(ProviderApi, "provider", (handlers) =>
|
||||
handlers.handle("list", list).handle("auth", auth).handleRaw("authorize", authorizeRaw).handle("callback", callback),
|
||||
handlers
|
||||
.handle("list", list)
|
||||
.handle("auth", auth)
|
||||
.handleRaw("authorize", authorizeRaw)
|
||||
.handle("callback", callback),
|
||||
)
|
||||
}),
|
||||
).pipe(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue