changeset 261 | 02e2396bcbbc |
parent 127 | 5cd8c3065c38 |
child 406 | cf0f23803a53 |
--- a/common/corpus-common-addon/tests/dummy/app/router.js Sat Aug 06 21:27:53 2016 +0700 +++ b/common/corpus-common-addon/tests/dummy/app/router.js Sat Aug 06 21:29:33 2016 +0700 @@ -2,7 +2,8 @@ import config from './config/environment'; const Router = Ember.Router.extend({ - location: config.locationType + location: config.locationType, + rootURL: config.rootURL || '/' }); Router.map(function() {