Adds a routes for the single-post timeline

Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
pull/730/head
Cyrille Bollu 2019-09-14 14:12:24 +02:00 zatwierdzone przez Maxence Lange
rodzic 2ea24d7785
commit 5e45fcaf8d
1 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -55,12 +55,16 @@ export default new Router({
path: 'tags/:tag',
name: 'tags'
},
{
path: 'post',
name: 'post'
}
]
},
{
path: '/:index(index.php/)?apps/social/@:account/:id',
components: {
default: Timeline
},
props: true,
name: 'single-post',
},
{
path: '/:index(index.php/)?apps/social/@:account',
components: {