From 0e3b17f15232fff4e4cd349eac98a5f51d47bc35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awek=20Zatorski?= Date: Fri, 15 Nov 2024 15:50:27 +0100 Subject: [PATCH] v5 --- src/main/webapp/app/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/app/router/index.ts b/src/main/webapp/app/router/index.ts index 8012a3a..912bcf3 100644 --- a/src/main/webapp/app/router/index.ts +++ b/src/main/webapp/app/router/index.ts @@ -12,7 +12,7 @@ export const createRouter = () => routes: [ { path: '/', - redirect: '/event/1/view', + redirect: '/event/1551/view', }, { path: '/forbidden',