File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import WatchlistEdit from '@/views/WatchlistEdit.vue'
1515import Mentions from '@/views/Mentions.vue'
1616import Messages from '@/views/Messages.vue'
1717import PostSearch from '@/views/PostSearch.vue'
18+ import Join from '@/views/Join.vue'
1819import ConfirmAccount from '@/views/ConfirmAccount.vue'
1920import Profile from '@/views/Profile.vue'
2021import Forbidden from '@/views/layout/Forbidden.vue'
@@ -47,6 +48,13 @@ const routes = [
4748 component : ConfirmAccount ,
4849 props : true ,
4950 meta : { requiresAuth : false , bodyClass : 'confirm' }
51+ } ,
52+ {
53+ path : '/join' ,
54+ name : 'Join' ,
55+ component : Join ,
56+ props : true ,
57+ meta : { requiresAuth : false , bodyClass : 'join' }
5058 } ,
5159 {
5260 path : '/boards/:boardSlug' ,
You can’t perform that action at this time.
0 commit comments