mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
clean up front-end port allocation handling
This commit is contained in:
@@ -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', [
|
||||
|
||||
Reference in New Issue
Block a user