clean up front-end port allocation handling
This commit is contained in:
parent
2fb223c99b
commit
831399184f
5 changed files with 95 additions and 54 deletions
|
@ -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', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue