forked from DebaucheryLibrarian/traxxx
Added Black for Wife to JayRock. Switched parameters field to JSON type.
This commit is contained in:
@@ -51,18 +51,7 @@ const routes = [
|
||||
name: 'tag',
|
||||
},
|
||||
{
|
||||
path: '/actors',
|
||||
component: Actors,
|
||||
redirect: {
|
||||
name: 'actors',
|
||||
params: {
|
||||
gender: 'female',
|
||||
letter: 'all',
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/actors/:gender/:letter',
|
||||
path: '/actors/:gender?/:letter?',
|
||||
component: Actors,
|
||||
name: 'actors',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user