common/corpus-common-addon/tests/dummy/app/router.js
author ymh <ymh.work@gmail.com>
Fri, 14 Oct 2016 01:28:34 +0200
changeset 330 8a29098c8273
parent 261 02e2396bcbbc
child 406 cf0f23803a53
permissions -rw-r--r--
in language treemap definition, remove glbal id to make it non selectable

import Ember from 'ember';
import config from './config/environment';

const Router = Ember.Router.extend({
    location: config.locationType,
    rootURL: config.rootURL || '/'
});

Router.map(function() {
});

export default Router;