Nest.js call a controller from another service dynamically
In my Nest.js setup have a mod.service.ts
in which i want to call project.controller.ts
‘s api endpoints, i was able to call it by doing something like this
In my Nest.js setup have a mod.service.ts
in which i want to call project.controller.ts
‘s api endpoints, i was able to call it by doing something like this