From 59adb88941f21c4d4f832520dbb34b6cb6138d66 Mon Sep 17 00:00:00 2001 From: Jordan <51442161+JordanSh@users.noreply.github.com> Date: Mon, 20 Dec 2021 17:14:28 +0200 Subject: [PATCH] Changing default path (#57) --- .../plugins/cloud_security_posture/public/application/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/cloud_security_posture/public/application/app.tsx b/x-pack/plugins/cloud_security_posture/public/application/app.tsx index ee9b4d80eecb2b..e476d8c49c046e 100755 --- a/x-pack/plugins/cloud_security_posture/public/application/app.tsx +++ b/x-pack/plugins/cloud_security_posture/public/application/app.tsx @@ -34,7 +34,7 @@ export const CspApp = ({ core, deps, params }: CspAppDeps) => { {routes.map((route) => ( ))} - } /> + } />
not found
} />