Customize the url in ember.js apps?

You wouldn’t really be following Ember conventions if you specify the same controller & views for different routes. However Ember will let you override the generated defaults for the controller & view.

Ember’s Route has a controllerName and viewName property that you can set in the routes.

I think you will still need a seperate route for each unique path, unless you want to use a glob url.