mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano dziennik rozkładów jazdy
This commit is contained in:
+3
-3
@@ -21,9 +21,9 @@ const routes: Array<RouteRecordRaw> = [
|
||||
props: true
|
||||
},
|
||||
{
|
||||
path: "/history",
|
||||
name: "HistoryView",
|
||||
component: () => import("@/views/HistoryView.vue"),
|
||||
path: "/journal",
|
||||
name: "TimetableHistoryView",
|
||||
component: () => import("@/views/TimetableHistoryView.vue"),
|
||||
},
|
||||
{
|
||||
path: '/:catchAll(.*)',
|
||||
|
||||
Reference in New Issue
Block a user