change default event url
This commit is contained in:
parent
0bead62c83
commit
a7cfaf8ec7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import Vue from 'vue';
|
||||||
Vue.use(VueRouter);
|
Vue.use(VueRouter);
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{ path: '/', redirect: '/36C3/items' },
|
{ path: '/', redirect: '/Camp23/items' },
|
||||||
{ path: '/howto', name: 'howto', component: HowTo},
|
{ path: '/howto', name: 'howto', component: HowTo},
|
||||||
{ path: '/admin/files', name: 'files', component: Files},
|
{ path: '/admin/files', name: 'files', component: Files},
|
||||||
{ path: '/admin/events', name: 'events', component: Events},
|
{ path: '/admin/events', name: 'events', component: Events},
|
||||||
|
|
Loading…
Reference in a new issue