mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Add database management back to front-end and begin some refactoring
Here we go again boys...
This commit is contained in:
@@ -38,6 +38,7 @@ Route::group(['prefix' => 'databases'], function () {
|
||||
|
||||
Route::post('/', 'DatabaseController@create');
|
||||
Route::patch('/view/{host}', 'DatabaseController@update');
|
||||
Route::delete('/view/{host}', 'DatabaseController@delete');
|
||||
});
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user