✨ (spotify) add spotify player
This commit is contained in:
@@ -20,6 +20,11 @@ const routes: RouteConfig[] = [
|
||||
path: '/Privacy',
|
||||
name: 'Privacy',
|
||||
component: () => import('@/views/Privacy.vue')
|
||||
},
|
||||
{
|
||||
path: '/spotify',
|
||||
name: 'Spotify',
|
||||
component: () => import('@/views/SpotifyCallback.vue')
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user