Skip to content

Commit

Permalink
Routes simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
CORBIERE Sebastien committed Jun 22, 2024
1 parent a95dd3c commit 1fc1394
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ import ViewerInterface from '../views/ViewerInterface.vue';
const routes = [
{
path: '/',
redirect: { name: 'SegmentSelector' }
},
{
path: '/YTClipPlaylist/',
name: 'SegmentSelector',
component: SegmentSelector,
},
{
path: '/YTClipPlaylist/viewer/:customHeader?',
path: '/viewer/:customHeader?',
name: 'ViewerInterface',
component: ViewerInterface,
props: true,
Expand Down

0 comments on commit 1fc1394

Please sign in to comment.