Closed
Description
Currently, via the DasherizedRoutingConvention
, all controllers are considered as JSONAPI controllers and the routing convention is applied making it impossible to use that convention besides other non-JSONAPI controllers with custom attribute routing.
It should be possible to explicitly define which controllers are considered as JSONAPI controllers. Easiest way would be a simple attribute that's attached to a controller and the DasherizedRoutingConvention
applies the convention only to those controllers with the attribute.
Metadata
Metadata
Assignees
Labels
No labels