forked from DebaucheryLibrarian/traxxx
Entity refactor. Facilitating channels without parent.
This commit is contained in:
@@ -74,7 +74,6 @@ const routes = [
|
||||
{
|
||||
path: '/channel/:entitySlug',
|
||||
component: Site,
|
||||
name: 'channelBase',
|
||||
redirect: from => ({
|
||||
name: 'channel',
|
||||
params: {
|
||||
@@ -92,7 +91,6 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: '/network/:entitySlug',
|
||||
name: 'networkBase',
|
||||
redirect: from => ({
|
||||
name: 'network',
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user