mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-28 02:53:45 +02:00
Initial implementation of option scripts on panel side.
This commit is contained in:
@@ -49,6 +49,11 @@ class DaemonRoutes
|
||||
'as' => 'daemon.pack.hash',
|
||||
'uses' => 'Daemon\PackController@hash',
|
||||
]);
|
||||
|
||||
$router->get('details/option/{server}', [
|
||||
'as' => 'daemon.pack.hash',
|
||||
'uses' => 'Daemon\OptionController@details',
|
||||
]);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user