Add pack selection to view

This commit is contained in:
Dane Everitt 2016-11-27 14:30:44 -05:00
parent 9eb14614c2
commit 238f08f222
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 22 additions and 4 deletions

View file

@ -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