| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected