Merge pull request #5683 from mempool/mononaut/fix-liquid-monitoring
fix liquid monitoring url routes
This commit is contained in:
commit
6d4f03e5f2
@ -142,12 +142,12 @@ const routes: Routes = [
|
|||||||
|
|
||||||
if (window['__env']?.OFFICIAL_MEMPOOL_SPACE) {
|
if (window['__env']?.OFFICIAL_MEMPOOL_SPACE) {
|
||||||
routes[0].children.push({
|
routes[0].children.push({
|
||||||
path: 'nodes',
|
path: 'monitoring',
|
||||||
data: { networks: ['bitcoin', 'liquid'] },
|
data: { networks: ['bitcoin', 'liquid'] },
|
||||||
component: ServerHealthComponent
|
component: ServerHealthComponent
|
||||||
});
|
});
|
||||||
routes[0].children.push({
|
routes[0].children.push({
|
||||||
path: 'network',
|
path: 'nodes',
|
||||||
data: { networks: ['bitcoin', 'liquid'] },
|
data: { networks: ['bitcoin', 'liquid'] },
|
||||||
component: ServerStatusComponent
|
component: ServerStatusComponent
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user