crud
crud copied to clipboard
I want to apply additional method on @nestjsxCrud() decorator
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?

Just use @Override decorator like this
