clean up front-end port allocation handling

This commit is contained in:
Dane Everitt 2016-09-30 18:21:02 -04:00
parent 2fb223c99b
commit 831399184f
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 95 additions and 54 deletions

View file

@ -154,8 +154,8 @@ class ServerRoutes {
]);
// Sets the Default Connection for the Server
$router->post('set-connection', [
'uses' => 'Server\AjaxController@postSetConnection'
$router->post('set-primary', [
'uses' => 'Server\AjaxController@postSetPrimary'
]);
$router->post('settings/reset-database-password', [