Supporting modular programming (via plugin system)

That’s still pretty much the same response. the models in a plugin don’t get a core controller or a core service => so not actions => so routes would point to nothing => error.
To add the routes we would need to create controller & services with actual code in it because right now they are empty and not enhance with the core API

2 Likes