Closed kulmann closed 4 years ago
Change code generation to pass the request context into the handler instead of a fresh root context. This allows us to use middleware which modifies the context.
Related to https://github.com/owncloud/ocis-settings/issues/12
Change code generation to pass the request context into the handler instead of a fresh root context. This allows us to use middleware which modifies the context.