How can I make a route that servers all paths? I tried this.route('main', {path: '/*'}); with no luck. I can't use dynamic segments because I want /random, /random/random, etc. to all route to main. Thanks.
this.route('main', {path: '/*'});
/random
/random/random
main
Aucun commentaire:
Enregistrer un commentaire