Skip to content
Snippets Groups Projects
Unverified Commit f3e2deb3 authored by Phil Hughes's avatar Phil Hughes
Browse files

fixed targetmode being included in project

parent 82b6f82f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -36,11 +36,11 @@ const router = new VueRouter({
base: `${gon.relative_url_root}/-/ide/`,
routes: [
{
path: '/project/:namespace/:project*',
path: '/project/:namespace/:project+',
component: EmptyRouterComponent,
children: [
{
path: ':targetmode/:branch/*',
path: ':targetmode(edit|tree|blob)/:branch/*',
component: EmptyRouterComponent,
},
{
Loading
Loading
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