From 512dfb7021a6f6e2e83a9e246b84baf4a6caff7e Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Fri, 30 Jul 2021 15:57:17 -0500 Subject: Resovle POST code logs missing page message Fixed a typo in the router that resulted in the POST code logs page request returning a 404 message. This was a typo in the router.js file only. The IBM router.js file did not have this issue and the Intel has not added this UI to their build. Signed-off-by: Derick Montague Change-Id: Icce5d756ad1ce409c77ff67fd63a7759e5f24981 --- src/router/routes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/router/routes.js b/src/router/routes.js index b01b0da6..7501073a 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -120,8 +120,8 @@ const routes = [ }, }, { - path: '/health/post-codes-logs', - name: 'post-codes-logs', + path: '/health/post-code-logs', + name: 'post-code-logs', component: PostCodeLogs, meta: { title: i18n.t('appPageTitle.postCodeLogs'), -- cgit v1.2.3