Add database management back to front-end and begin some refactoring

Here we go again boys...
This commit is contained in:
Dane Everitt
2017-10-18 22:32:19 -05:00
parent 2b80de03df
commit 97dc0519d6
32 changed files with 774 additions and 407 deletions

View File

@@ -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');
});
/*