From 312766a5985f5fefc24f70685af4157ce518a601 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Thu, 15 Jun 2023 15:36:10 -0300 Subject: [PATCH] redirect to home page on wrong url --- src/frontend/src/routes.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/routes.tsx b/src/frontend/src/routes.tsx index c9c50bb27..f50cd7684 100644 --- a/src/frontend/src/routes.tsx +++ b/src/frontend/src/routes.tsx @@ -11,6 +11,7 @@ const Router = () => { } /> + }/> ); };