Skip to content

Commit

Permalink
Add sites middleware for routes without site slug
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Oct 16, 2017
1 parent 222c928 commit 3e97f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/my-sites/site-settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ export default function() {
);

if ( config.isEnabled( 'manage/site-settings/disconnect-flow' ) ) {
page( '/settings/disconnect-site/:step(confirm)?', mySitesController.sites );

page(
'/settings/disconnect-site/:site_id',
mySitesController.siteSelection,
Expand Down

0 comments on commit 3e97f6e

Please sign in to comment.