mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Add initial go at user created databases for servers, still needs cleaning
This commit is contained in:
@@ -38,6 +38,8 @@ Route::group(['prefix' => 'settings'], function () {
|
||||
Route::group(['prefix' => 'databases'], function () {
|
||||
Route::get('/', 'DatabaseController@index')->name('server.databases.index');
|
||||
|
||||
Route::post('/new', 'DatabaseController@store')->name('server.databases.new');
|
||||
|
||||
Route::patch('/password', 'DatabaseController@update')->middleware('server..database')->name('server.databases.password');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user