From fa5d6bcaf386a0e1dece2f0a3ba2f5eb8476552d Mon Sep 17 00:00:00 2001 From: Justin Kambic Date: Mon, 11 Nov 2019 21:20:00 -0500 Subject: [PATCH] Revert router base name for Uptime plugin to use hash in default path. (#50095) (#50238) --- x-pack/legacy/plugins/uptime/common/constants/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/uptime/common/constants/plugin.ts b/x-pack/legacy/plugins/uptime/common/constants/plugin.ts index eeb0683fc9bbb..93c3f00a0a45c 100644 --- a/x-pack/legacy/plugins/uptime/common/constants/plugin.ts +++ b/x-pack/legacy/plugins/uptime/common/constants/plugin.ts @@ -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', };