nestjsx / crud

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

crud-routes.factory some method can be protected so it can be extended #595

Closed muratbeser closed 4 years ago

muratbeser commented 4 years ago

Hi, currently I'm trying to extend this library for sometype of microservice.

every method is private this preventing extending route-factory is there technical reason ? if not can we make some of the methods protected ?

michaelyali commented 4 years ago

duplicate of https://github.com/nestjsx/crud/issues/593