I need implement route with name: /someroute-1, /someroute-2 … and so on.
With dynamic part after “-”
For example: app/routes/someroute-$id
p.s: NOT app/routes/someroute/$id
I tried app/routes/someroute-$id, it is doesn’t work
I need implement route with name: /someroute-1, /someroute-2 … and so on.
With dynamic part after “-”
For example: app/routes/someroute-$id
p.s: NOT app/routes/someroute/$id
I tried app/routes/someroute-$id, it is doesn’t work