mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-07 14:49:01 +08:00
Merge pull request #1167 from palash-signoz/1112-errors
fix: route is updated
This commit is contained in:
commit
b3729e0b6c
@ -18,7 +18,7 @@ const ROUTES = {
|
|||||||
ALL_CHANNELS: '/settings/channels',
|
ALL_CHANNELS: '/settings/channels',
|
||||||
CHANNELS_NEW: '/setting/channels/new',
|
CHANNELS_NEW: '/setting/channels/new',
|
||||||
CHANNELS_EDIT: '/setting/channels/edit/:id',
|
CHANNELS_EDIT: '/setting/channels/edit/:id',
|
||||||
ALL_ERROR: '/errors',
|
ALL_ERROR: '/exceptions',
|
||||||
ERROR_DETAIL: '/error-detail',
|
ERROR_DETAIL: '/error-detail',
|
||||||
VERSION: '/status',
|
VERSION: '/status',
|
||||||
MY_SETTINGS: '/my-settings',
|
MY_SETTINGS: '/my-settings',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user