This commit is contained in:
@@ -141,6 +141,15 @@ export default new Router({
|
||||
/* webpackChunkName: "ay-common" */ "./views/home-notify-subscriptions.vue"
|
||||
)
|
||||
},
|
||||
{
|
||||
path: "/home-notify-subscriptions/:recordid",
|
||||
name: "home-notify-subscription",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "ay-common" */ "./views/home-notify-subscription.vue"
|
||||
)
|
||||
},
|
||||
|
||||
{
|
||||
path: "/cust-customers",
|
||||
name: "cust-customers",
|
||||
|
||||
Reference in New Issue
Block a user