Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ Router.map(function() {

this.route('profile');

this.route('login');
this.route('signup');
//Commenting out the following routes to retire the resolving pages from wnyc.org and wqxr.org per DEVO-519
//this.route('login');
//this.route('signup');
this.route('validate');
this.route('forgot');
this.route('reset');
Expand Down