|
@@ -120,6 +120,11 @@ export default {
|
|
|
path: '/payment_ach/:amount',
|
|
|
component: resolve(__dirname, 'pages/payment/ach.vue'),
|
|
|
},
|
|
|
+ {
|
|
|
+ name: 'HealthCheck',
|
|
|
+ path: '/healthcheck',
|
|
|
+ component: resolve(__dirname, 'pages/healthcheck.vue'),
|
|
|
+ },
|
|
|
{
|
|
|
name: 'custom',
|
|
|
path: '*',
|