Add support for middleware
This commit is contained in:
@@ -6,6 +6,8 @@ import {Config} from "../../../service/Config";
|
||||
|
||||
@Injectable()
|
||||
export class PoweredByHeaderInjectionHTTPModule extends HTTPKernelModule {
|
||||
public readonly executeWithBlockingWriteback = true
|
||||
|
||||
@Inject()
|
||||
protected readonly config!: Config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user