mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 19:14:00 +00:00
fixed default route
This commit is contained in:
parent
bc92985748
commit
bce5350467
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue