nestjsx / crud

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

I want to apply additional method on @nestjsxCrud() decorator #753

Open faizanqubaz opened 2 years ago

faizanqubaz commented 2 years ago

I have made a CRUD APIs through @nestjsCrud which is inbuild for making CRUD But I want to add sendEmail method also when Create APIs is calling, So I can I do that? image image

whitered932 commented 2 years ago

Just use @Override decorator like this изображение