topfullstack / nestjs-mongoose-crud

Nest.js crud module for mongoose models without `nestjsx/crud`
263 stars 37 forks source link

知道原因了,nestjs版本的问题 #8

Closed zh6391887 closed 4 years ago

zh6391887 commented 4 years ago

看到源码里比原来的有改动,用了个ctx代替是原来的req,然后在get时就报了ctx.switchToHttp is not a function的错。

Jamie-233 commented 4 years ago

return ctx; or start from const req = ctx.switchToHttp().getRequest(); Delete ...

wxs77577 commented 4 years ago

是的,nestjs 7.0以上对应nestjs-mongoose-crud@2