nestjsx / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
4.04k stars 533 forks source link

Serialize / class transformer is not called on custom route #720

Open mnedok opened 3 years ago

mnedok commented 3 years ago

If adding custom route to CrudController and calling getManyBase() does not call class tranformation on result data.