| 4 | |
| 5 | // The following adds support for URL hash routing for those URLs not prerendered |
| 6 | @withHashSupport |
| 7 | class AppRouter extends EmberRouter { |
| 8 | location = config.locationType; |
| 9 | rootURL = config.routerRootURL; |
| 10 | } |
| 11 | |
| 12 | AppRouter.map(function () { |
| 13 | this.route('ember-cli'); |
nothing calls this directly
no outgoing calls
no test coverage detected