mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-21 07:43:45 +02:00
Add database password change support and fix column name
This commit is contained in:
@@ -152,6 +152,11 @@ class ServerRoutes {
|
||||
$router->post('set-connection', [
|
||||
'uses' => 'Server\AjaxController@postSetConnection'
|
||||
]);
|
||||
|
||||
$router->post('settings/reset-database-password', [
|
||||
'as' => 'server.ajax.reset-database-password',
|
||||
'uses' => 'Server\AjaxController@postResetDatabasePassword'
|
||||
]);
|
||||
});
|
||||
|
||||
// Assorted AJAX Routes
|
||||
|
||||
Reference in New Issue
Block a user