Controller and service confusion #181
Unanswered
AdityaKhandelwalMylo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a code which receives query parameters from request and user parameter (received from middleware) from request. The thing is user and query parameters are large objects. So, my question is where should I destructure query and user parameters - in controller or in service?
Beta Was this translation helpful? Give feedback.
All reactions