Skip to content

Commit

Permalink
Update prompt route path to '/prompt/new'
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Sep 14, 2024
1 parent 2860018 commit a405a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const routes: RouteRecordRaw[] = [
],
},
{
path: '/prompt',
path: '/prompt/new',
name: 'Prompt',
component: () => import('@/views/prompt/creator.vue')
},
Expand Down

0 comments on commit a405a9e

Please sign in to comment.