mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 12:40:08 +00:00
implement cron page (#7)
This commit is contained in:
@@ -20,6 +20,7 @@ import NATPage from './routes/nat';
|
||||
import ServerGroupPage from './routes/server-group';
|
||||
import NotificationGroupPage from './routes/notification-group';
|
||||
import { ServerProvider } from './hooks/useServer';
|
||||
import CronPage from './routes/cron';
|
||||
|
||||
const router = createBrowserRouter([
|
||||
{
|
||||
@@ -39,6 +40,10 @@ const router = createBrowserRouter([
|
||||
path: "/dashboard/service",
|
||||
element: <ServicePage />,
|
||||
},
|
||||
{
|
||||
path: "/dashboard/cron",
|
||||
element: <CronPage />,
|
||||
},
|
||||
{
|
||||
path: "/dashboard/ddns",
|
||||
element: <DDNSPage />,
|
||||
|
||||
Reference in New Issue
Block a user