fix: route is updated

This commit is contained in:
Palash gupta 2022-05-19 16:40:41 +05:30
parent 53528f1045
commit 696a6adc32
No known key found for this signature in database
GPG Key ID: 8FD05AE6F9150AD6

View File

@ -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',