From bce53504678e0606e701932a91ccdab97d2debfe Mon Sep 17 00:00:00 2001 From: kappa118 Date: Fri, 28 Feb 2025 14:43:06 -0500 Subject: [PATCH] fixed default route --- frontend/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.js b/frontend/src/App.js index 06e8447a..dc5f25e4 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -30,7 +30,7 @@ import logo from './images/logo.png'; const drawerWidth = 240; const miniDrawerWidth = 60; -const defaultRoute = '/m3u'; +const defaultRoute = '/channels'; const App = () => { const [open, setOpen] = useState(true);