Przekierowanie do historii dr

This commit is contained in:
2022-05-25 14:14:50 +02:00
parent 2e5f692a6f
commit 9aad5f77dc
5 changed files with 54 additions and 27 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const routes: Array<RouteRecordRaw> = [
{
path: "/journal",
name: "JournalView",
component: () => import("@/views/JournalView.vue"),
component: () => import("@/views/JournalView.vue")
},
{
path: '/:catchAll(.*)',