rules endpoint
This commit is contained in:
+3
-1
@@ -4,10 +4,12 @@ export const routes: RouteRecordRaw[] = [
|
||||
{path: '/', name: 'home', component: () => import('@/pages/Index.vue')},
|
||||
{path: '/callback', name: 'callback', component: () => import('@/pages/Index.vue')},
|
||||
|
||||
{path: '/ledgers', component: () => import('@/pages/Ledger.vue'), children: [
|
||||
{path: '/ledgers', component: () => import('./pages/Ledgers.vue'), children: [
|
||||
{path: '', component: () => import('./pages/ledger/ListLedgers.vue')},
|
||||
]},
|
||||
|
||||
{path: '/rules', component: () => import('@/pages/Rules.vue')},
|
||||
|
||||
{path: '/market', component: () => import('@/pages/Market.vue'), children: [
|
||||
{path: '', redirect: '/market/types'},
|
||||
{path: 'types/:type?', name: 'market-types', component: () => import('@/pages/market/TypeInfo.vue')},
|
||||
|
||||
Reference in New Issue
Block a user