Closed zh6391887 closed 4 years ago
看到源码里比原来的有改动,用了个ctx代替是原来的req,然后在get时就报了ctx.switchToHttp is not a function的错。
return ctx; or start from const req = ctx.switchToHttp().getRequest(); Delete ...
是的,nestjs 7.0以上对应nestjs-mongoose-crud@2
nestjs 7.0
nestjs-mongoose-crud@2
看到源码里比原来的有改动,用了个ctx代替是原来的req,然后在get时就报了ctx.switchToHttp is not a function的错。