Skip to content

Instantly share code, notes, and snippets.

@mattcarp
Last active November 25, 2016 11:20
Show Gist options
  • Save mattcarp/ba1d5d9ebbd34bb849fbd02d17cd43fc to your computer and use it in GitHub Desktop.
Save mattcarp/ba1d5d9ebbd34bb849fbd02d17cd43fc to your computer and use it in GitHub Desktop.
import Ember from 'ember';
import config from './config/environment';
const Router = Ember.Router.extend({
location: config.locationType,
rootURL: config.rootURL
});
Router.map(function() {
this.route('details');
});
export default Router;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment