Skip to content

Commit

Permalink
Revert router base name for Uptime plugin to use hash in default path. (
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Nov 12, 2019
1 parent a193526 commit ddeee7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/uptime/common/constants/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
export const PLUGIN = {
APP_ROOT_ID: 'react-uptime-root',
ID: 'uptime',
ROUTER_BASE_NAME: '/app/uptime',
ROUTER_BASE_NAME: '/app/uptime#',
LOCAL_STORAGE_KEY: 'xpack.uptime',
};

0 comments on commit ddeee7e

Please sign in to comment.