Add a payments page for admin (#2910)
This commit is contained in:
@@ -163,6 +163,15 @@ const routes = [
|
||||
scripts: ['/static/js/audit.js']
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/payments',
|
||||
name: 'Payments',
|
||||
component: DynamicComponent,
|
||||
props: {
|
||||
fetchUrl: '/payments',
|
||||
scripts: ['/static/js/payments.js']
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/extensions',
|
||||
name: 'Extensions',
|
||||
|
||||
Reference in New Issue
Block a user