Skip to content

Commit

Permalink
Reader: fix /following route (#48749)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluefuton authored Jan 14, 2021
1 parent afa65e4 commit 190a6d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/reader/following/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ export default function () {
page( '/following/*', initAbTests );
page( '/following/manage', updateLastRoute, sidebar, followingManage, makeLayout, clientRender );
page( '/following/edit*', '/following/manage' );

// Send /following to Reader root
page( '/following', '/read' );
}

0 comments on commit 190a6d0

Please sign in to comment.