Hi there!
I'm trying to organize my code by separating it into different modules. I came across situation where I have multiple controllers for the same entity, which should catch the same request. Which approach to use, that each controller executes its own part?
I'm trying to organize my code by separating it into different modules. I came across situation where I have multiple controllers for the same entity, which should catch the same request. Which approach to use, that each controller executes its own part?
Comment