7 lines
169 B
JavaScript
7 lines
169 B
JavaScript
|
|
export default [
|
||
|
|
{ pathname: '/system/api/box' },
|
||
|
|
{ pathname: '/system/api/container' },
|
||
|
|
{ pathname: '/system/api/grid' },
|
||
|
|
{ pathname: '/system/api/stack' },
|
||
|
|
];
|