거래내역 관련
This commit is contained in:
@@ -5,24 +5,24 @@ export const ROUTE_NAMES = {
|
||||
allTransaction: {
|
||||
base: '/all-transaction/*',
|
||||
list: 'list',
|
||||
detail: 'detail/:tid',
|
||||
detail: 'detail',
|
||||
cancel: 'cancel',
|
||||
},
|
||||
cashReceit: {
|
||||
base: '/cash-receit/*',
|
||||
cashReceipt: {
|
||||
base: '/cash-receipt/*',
|
||||
list: 'list',
|
||||
detail: 'detail/:tid',
|
||||
detail: 'detail',
|
||||
handWrittenIssuance: 'hand-written-issuance',
|
||||
},
|
||||
escro: {
|
||||
base: '/escro/*',
|
||||
escrow: {
|
||||
base: '/escrow/*',
|
||||
list: 'list',
|
||||
detail: 'detail/:tid',
|
||||
detail: 'detail',
|
||||
},
|
||||
billing: {
|
||||
base: '/billing/*',
|
||||
list: 'list',
|
||||
detail: 'detail/:tid',
|
||||
detail: 'detail',
|
||||
paymentRequest: 'payment-request',
|
||||
}
|
||||
},
|
||||
@@ -120,7 +120,7 @@ export const ROUTE_NAMES = {
|
||||
notice: {
|
||||
base: '/notice/*',
|
||||
list: 'list',
|
||||
detail: 'detail/:noticeId',
|
||||
detail: 'detail',
|
||||
},
|
||||
faq: {
|
||||
base: '/faq/*',
|
||||
|
||||
Reference in New Issue
Block a user