Skip to content

Commit

Permalink
🔨 Improve redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Aug 29, 2024
1 parent cbf3a04 commit 5bd50c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const routes: RouteRecordRaw[] = [
{
// This is just to auto-redirect old links. Can be removed in the future.
path: '/calendar/:date?',
redirect: { name: 'schedule' },
redirect: { name: 'dashboard' },
},
{
path: '/appointments/:view?/:slug?',
Expand Down

0 comments on commit 5bd50c5

Please sign in to comment.