Remove /explorer 'Explorer'
This commit is contained in:
@@ -16,7 +16,6 @@ import Wallet from '../views/main/Wallet.vue'
|
||||
import ProfilePage from '@/views/profile/ProfilePage.vue'
|
||||
import CreatorList from '@/views/browser/CreatorList.vue'
|
||||
import PostContent from "@/views/contents/PostContent.vue";
|
||||
import Explorer from "@/views/explorer/explorer.vue";
|
||||
import {useAuthStore} from "@/stores/authStore.js";
|
||||
|
||||
import CreatorLayout from "@/views/creators/CreatorLayout.vue";
|
||||
@@ -142,12 +141,6 @@ const routes = [
|
||||
name: 'profile',
|
||||
component: ProfilePage,
|
||||
meta: {requiresAuth: true}
|
||||
},
|
||||
{
|
||||
path: '/explorer',
|
||||
name: 'explorer',
|
||||
component: Explorer,
|
||||
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user