Skip to content

Instantly share code, notes, and snippets.

@aureliosaraiva
Created November 24, 2016 21:44
Show Gist options
  • Save aureliosaraiva/5ef1a86c40cb66b4481aa8e4a3856ff7 to your computer and use it in GitHub Desktop.
Save aureliosaraiva/5ef1a86c40cb66b4481aa8e4a3856ff7 to your computer and use it in GitHub Desktop.
import Ember from 'ember';
import config from './config/environment';
var Router = Ember.Router.extend({
location: config.locationType
});
Router.map(function() {
this.route('todos', { path: '/' });
});
export default Router;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment