mirror of
https://github.com/documize/community.git
synced 2025-07-21 14:19:43 +02:00
Update to latest EmberJS v3.7.x
This commit is contained in:
parent
278572c49b
commit
9b51d9990f
4 changed files with 1937 additions and 1167 deletions
|
@ -9,11 +9,12 @@
|
|||
//
|
||||
// https://documize.com
|
||||
|
||||
import EmberRouter from '@ember/routing/router';
|
||||
import config from './config/environment';
|
||||
import EmberRouter from '@ember/routing/router';
|
||||
|
||||
var Router = EmberRouter.extend({
|
||||
location: config.locationType
|
||||
location: config.locationType,
|
||||
rootURL: config.rootURL
|
||||
});
|
||||
|
||||
export default Router.map(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue