the missing piece for invites system

This commit is contained in:
Henry Jameson 2018-08-05 10:01:38 +03:00
parent 32fd108e97
commit 9cebb00faa
5 changed files with 18 additions and 4 deletions

View file

@ -119,6 +119,7 @@ window.fetch('/static/config.json')
{ name: 'mentions', path: '/:username/mentions', component: Mentions },
{ name: 'settings', path: '/settings', component: Settings },
{ name: 'registration', path: '/registration', component: Registration },
{ name: 'registration', path: '/registration/:token', component: Registration },
{ name: 'friend-requests', path: '/friend-requests', component: FollowRequests },
{ name: 'user-settings', path: '/user-settings', component: UserSettings }
]