Announcement

Collapse
No announcement yet.

Multiple controllers for the same entity

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Multiple controllers for the same entity

    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?

  • #2
    One route should catch one request. It should not be possible to have multiple routes catching the same request.

    Comment

    Working...
    X