forked from DebaucheryLibrarian/traxxx
Changed stash routing.
This commit is contained in:
@@ -233,7 +233,7 @@ const routes = [
|
||||
name: 'notifications',
|
||||
},
|
||||
{
|
||||
path: '/stash/:stashId/:stashSlug',
|
||||
path: '/user/:username/stash/:stashSlug',
|
||||
redirect: (from) => ({
|
||||
name: 'stash',
|
||||
params: {
|
||||
@@ -244,7 +244,7 @@ const routes = [
|
||||
}),
|
||||
},
|
||||
{
|
||||
path: '/stash/:stashId/:stashSlug?/:range/:pageNumber',
|
||||
path: '/user/:username/stash/:stashSlug/:range/:pageNumber',
|
||||
component: Stash,
|
||||
name: 'stash',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user