You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful for debugging have square brackets around optional url parts generated by router:debug command, for example: /api/customers/{sort}-{dir}/{page}-{records}.{_format} become /api/customers[/{sort}[-{dir}[/{page}[-{records}[.{_format}]]]]]
So you can easily see which parts are really necessary and which ones can be omitted.
The text was updated successfully, but these errors were encountered:
It would be useful for debugging have square brackets around optional url parts generated by router:debug command, for example:
/api/customers/{sort}-{dir}/{page}-{records}.{_format}
become/api/customers[/{sort}[-{dir}[/{page}[-{records}[.{_format}]]]]]
So you can easily see which parts are really necessary and which ones can be omitted.
The text was updated successfully, but these errors were encountered: