| 2 | import config from 'sharedrop/config/environment'; |
| 3 | |
| 4 | export default class Router extends EmberRouter { |
| 5 | location = config.locationType; |
| 6 | |
| 7 | rootURL = config.rootURL; |
| 8 | } |
| 9 | |
| 10 | // eslint-disable-next-line array-callback-return |
| 11 | Router.map(function () { |
nothing calls this directly
no outgoing calls
no test coverage detected