From 5bd50c5c44aad78152aa36eb464ac662cef46d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 29 Aug 2024 16:27:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Improve=20redirect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/router.ts b/frontend/src/router.ts index 0cad541f..60c45231 100644 --- a/frontend/src/router.ts +++ b/frontend/src/router.ts @@ -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?',