mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: ssh alter url (#554)
This commit is contained in:
@@ -21,7 +21,7 @@ final class SystemdPage extends StatefulWidget {
|
||||
required this.args,
|
||||
});
|
||||
|
||||
static const route = AppRoute<void, SystemdPageArgs>(
|
||||
static const route = AppRouteArg<void, SystemdPageArgs>(
|
||||
page: SystemdPage.new,
|
||||
path: '/systemd',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user