From 696a6adc3249100419d720204284aff38f5265f1 Mon Sep 17 00:00:00 2001 From: Palash gupta Date: Thu, 19 May 2022 16:40:41 +0530 Subject: [PATCH] fix: route is updated --- frontend/src/constants/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/constants/routes.ts b/frontend/src/constants/routes.ts index 3c7db9c995..636a3b0758 100644 --- a/frontend/src/constants/routes.ts +++ b/frontend/src/constants/routes.ts @@ -18,7 +18,7 @@ const ROUTES = { ALL_CHANNELS: '/settings/channels', CHANNELS_NEW: '/setting/channels/new', CHANNELS_EDIT: '/setting/channels/edit/:id', - ALL_ERROR: '/errors', + ALL_ERROR: '/exceptions', ERROR_DETAIL: '/error-detail', VERSION: '/status', MY_SETTINGS: '/my-settings',