From cd6a7604ab72a600745f62a5701f7dd7e462e8ee Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Thu, 18 Nov 2021 17:45:11 +0100 Subject: [PATCH] F #5422: Fix minor in sunstone routes (#1591) --- src/fireedge/src/client/apps/sunstone/routesOne.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fireedge/src/client/apps/sunstone/routesOne.js b/src/fireedge/src/client/apps/sunstone/routesOne.js index 6f1766ba88..13a5b9019d 100644 --- a/src/fireedge/src/client/apps/sunstone/routesOne.js +++ b/src/fireedge/src/client/apps/sunstone/routesOne.js @@ -115,8 +115,8 @@ export const PATH = { DETAIL: '/marketplace/:id' }, MARKETPLACE_APPS: { - LIST: '/marketplaces-app', - DETAIL: '/marketplaces-app/:id' + LIST: '/marketplace-app', + DETAIL: '/marketplace-app/:id' } }, NETWORK: {