Skip to content
Snippets Groups Projects
Commit 6ec4b775 authored by fibasile's avatar fibasile
Browse files

added project detail route

parent 7052b4cf
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,10 @@ const routes = [
{
path: "collections",
component: () => import("pages/Collections.vue")
},
{
path: "projects/:project_id",
component: () => import("pages/ProjectDetail.vue")
}
]
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment