Not technically a bug, but behaviour changed from existing documentation. Currently we say this for manual installs:
But when we add domains to a JsonApiRouter via an igniter like ash.patch.extend, we don't have the Module.concat hack in place, it lists the domains normally.
Describe the bug
Not technically a bug, but behaviour changed from existing documentation. Currently we say this for manual installs:
But when we add domains to a JsonApiRouter via an igniter like
ash.patch.extend
, we don't have theModule.concat
hack in place, it lists the domains normally.Runtime