Skip to content

Commit

Permalink
Step 7.1: Commented all the FlowRouter definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and Dotan Simha committed Nov 22, 2016
1 parent fd6b43c commit 66b467e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imports/startup/client/routes.js
Expand Up @@ -11,6 +11,7 @@ import '../../ui/pages/app-not-found.js';
// Import to override accounts templates
import '../../ui/accounts/accounts-templates.js';

/*
FlowRouter.route('/lists/:_id', {
name: 'Lists.show',
action() {
Expand Down Expand Up @@ -48,3 +49,4 @@ AccountsTemplates.configureRoute('resetPwd', {
name: 'resetPwd',
path: '/reset-password',
});
*/

0 comments on commit 66b467e

Please sign in to comment.