6 lines
86 B
JavaScript
Raw Normal View History

2014-10-16 20:53:24 -05:00
/**
*
*/
Todos.Router.map(function() {
this.resource('todos', { path: '/' });
});