changeset 261 | 02e2396bcbbc |
parent 127 | 5cd8c3065c38 |
child 406 | cf0f23803a53 |
260:64caee7ce38d | 261:02e2396bcbbc |
---|---|
1 import Ember from 'ember'; |
1 import Ember from 'ember'; |
2 import config from './config/environment'; |
2 import config from './config/environment'; |
3 |
3 |
4 const Router = Ember.Router.extend({ |
4 const Router = Ember.Router.extend({ |
5 location: config.locationType |
5 location: config.locationType, |
6 rootURL: config.rootURL || '/' |
|
6 }); |
7 }); |
7 |
8 |
8 Router.map(function() { |
9 Router.map(function() { |
9 }); |
10 }); |
10 |
11 |