mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Add pack selection to view
This commit is contained in:
@@ -146,8 +146,8 @@ class AdminRoutes {
|
||||
'uses' => 'Admin\ServersController@postNewServerServiceOptions'
|
||||
]);
|
||||
|
||||
$router->post('/new/service-variables', [
|
||||
'uses' => 'Admin\ServersController@postNewServerServiceVariables'
|
||||
$router->post('/new/option-details', [
|
||||
'uses' => 'Admin\ServersController@postNewServerOptionDetails'
|
||||
]);
|
||||
// End Assorted Page Helpers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user