Przywrócono widok historii rozkładów

This commit is contained in:
2022-02-04 15:56:30 +01:00
parent 3219d625a9
commit 737b1a7873
2 changed files with 24 additions and 23 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ const routes: Array<RouteRecordRaw> = [
},
{
path: "/journal",
name: "ErrorView",
component: () => import("@/views/ErrorView.vue"),
name: "JournalView",
component: () => import("@/views/JournalView.vue"),
},
{
path: '/:catchAll(.*)',