We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfdbe2 commit d001a2fCopy full SHA for d001a2f
1 file changed
packages/core/adapters/express-adapter.ts
@@ -99,15 +99,15 @@ export class ExpressAdapter implements HttpServer {
99
}
100
101
enable(...args) {
102
- return this.instance.set(...args);
+ return this.instance.enable(...args);
103
104
105
disable(...args) {
106
+ return this.instance.disable(...args);
107
108
109
engine(...args) {
110
+ return this.instance.engine(...args);
111
112
113
useStaticAssets(path: string, options: ServeStaticOptions) {
0 commit comments