mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Fixed a couple errors.
This commit is contained in:
parent
85e41d5def
commit
2711f5181f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// ...existing imports...
|
||||
|
||||
const menuItems = [
|
||||
...existing items...,
|
||||
// existing items go here,
|
||||
{
|
||||
key: 'proxy',
|
||||
label: 'Proxy Manager',
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import ProxyManager from './components/ProxyManager';
|
|||
// ...existing code...
|
||||
|
||||
const routes = [
|
||||
...existing routes...,
|
||||
...existingRoutes,
|
||||
{
|
||||
path: '/proxy',
|
||||
element: <ProxyManager />,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue