crud icon indicating copy to clipboard operation
crud copied to clipboard

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

Open faizanqubaz opened this issue 3 years ago • 1 comments

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

faizanqubaz avatar Nov 23 '21 15:11 faizanqubaz

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

whitered932 avatar Nov 26 '21 09:11 whitered932