added subscriptions
This commit is contained in:
@@ -65,6 +65,14 @@ export const routes = [
|
||||
},
|
||||
component: () => import("@/views/Rules.vue"),
|
||||
},
|
||||
{
|
||||
path: "/unsubscribe",
|
||||
name: "unsubscribe",
|
||||
meta: {
|
||||
title: "Unsubscribe",
|
||||
},
|
||||
component: () => import("@/views/Unsubscribe.vue"),
|
||||
},
|
||||
{
|
||||
path: "/terms",
|
||||
name: "terms",
|
||||
|
||||
Reference in New Issue
Block a user