updated routes
This commit is contained in:
@@ -12,11 +12,6 @@ export const routes = [
|
||||
},
|
||||
component: () => import("@/views/Home.vue"),
|
||||
},
|
||||
{
|
||||
path: "/get-file/:id",
|
||||
name: "get-file",
|
||||
component: () => import("@/views/GetFile.vue"),
|
||||
},
|
||||
{
|
||||
path: "/verify-email",
|
||||
name: "verify-email",
|
||||
@@ -319,18 +314,13 @@ export const routes = [
|
||||
},
|
||||
component: () => import("@/views/ForgotPassword.vue"),
|
||||
},
|
||||
{
|
||||
path: "/courses",
|
||||
name: "courses",
|
||||
component: () => import("@/views/Courses.vue"),
|
||||
},
|
||||
{
|
||||
path: "/error/internal",
|
||||
name: "error-internal",
|
||||
meta: {
|
||||
title: "Server error",
|
||||
},
|
||||
component: () => import("@/views/errors/Internal.vue"),
|
||||
component: () => import("@/components/errors/Internal.vue"),
|
||||
},
|
||||
{
|
||||
path: "/error/forbidden",
|
||||
|
||||
Reference in New Issue
Block a user