Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
rassi0429 committed Feb 23, 2024
1 parent eb27e77 commit 6e8c0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/router/definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ const routes: RouteDef[] = [{
redirect: $i ? `@${$i.username}` : '/',
loginRequired: true,
},{
path: "/direct-upload",
path: "/neos/directupload",
component: page(() => import('@/pages/neos/direct-upload.vue')),
}, {
path: '/:(*)',
Expand Down

0 comments on commit 6e8c0c4

Please sign in to comment.