We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d5d41 commit 83f42acCopy full SHA for 83f42ac
src/router/index.ts
@@ -90,9 +90,6 @@ const router = createRouter({
90
{
91
path: "/redirects/:redirectId/endpoints/add",
92
name: "add-endpoint",
93
- meta: {
94
- gates: ["auth"],
95
- },
96
component: () => import("../views/SimpleAddEndpointView.vue"),
97
// Pass the props to the component
98
props: true,
0 commit comments