changeset 263 | 3deace9204de |
parent 136 | 5fed7e1716c2 |
--- a/server/bo_client/app/router.js Mon Aug 08 15:27:35 2016 +0700 +++ b/server/bo_client/app/router.js Wed Aug 24 09:46:03 2016 +0200 @@ -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() {