mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Add ability to create new database through the UI
This commit is contained in:
@@ -37,5 +37,6 @@ Route::group(['prefix' => '/servers/{server}', 'middleware' => [AuthenticateClie
|
||||
|
||||
Route::group(['prefix' => '/databases'], function () {
|
||||
Route::get('/', 'Servers\DatabaseController@index')->name('api.client.servers.databases');
|
||||
Route::post('/', 'Servers\DatabaseController@store');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user