From 02fc00439d7a6212609c18152ca76353f4ca1769 Mon Sep 17 00:00:00 2001 From: berat-yilmaz Date: Tue, 30 Apr 2024 19:54:26 +0300 Subject: [PATCH] Make team and player pages unprotected --- frontend/src/routes/Router.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/routes/Router.js b/frontend/src/routes/Router.js index 02034514..5e657fc5 100644 --- a/frontend/src/routes/Router.js +++ b/frontend/src/routes/Router.js @@ -24,9 +24,9 @@ function Router() { }> } /> - } /> - } /> + } /> + } /> } /> } /> } />