changeset 261 | 02e2396bcbbc |
parent 259 | 6af61adbd570 |
child 271 | e234339fe8df |
--- a/cms/app-client/app/router.js Sat Aug 06 21:27:53 2016 +0700 +++ b/cms/app-client/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() {