chore: generate
This commit is contained in:
parent
84336e4f91
commit
846d548154
16 changed files with 43 additions and 83 deletions
|
|
@ -49,10 +49,7 @@ export function createEmbeddedRoutes() {
|
|||
}
|
||||
|
||||
function makeRoutes<AuthError, AuthServices>(auth: Layer.Layer<ServerAuth.Config, AuthError, AuthServices>) {
|
||||
const serviceLayer = AppNodeBuilder.build(
|
||||
applicationServices,
|
||||
[[SessionExecution.node, SessionExecutionLocal.node]],
|
||||
)
|
||||
const serviceLayer = AppNodeBuilder.build(applicationServices, [[SessionExecution.node, SessionExecutionLocal.node]])
|
||||
|
||||
return HttpApiBuilder.layer(Api, { openapiPath: "/openapi.json" }).pipe(
|
||||
Layer.provide(handlers),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue