implemented table metadata editing page
This commit is contained in:
@@ -55,6 +55,7 @@ Route::group(['middleware' => 'auth'], function () {
|
||||
});
|
||||
|
||||
Route::get('@{user}/{table}/settings', 'TableController@settings')->name('table.conf');
|
||||
Route::post('@{user}/{table}/settings', 'TableController@storeSettings')->name('table.storeConf');
|
||||
});
|
||||
|
||||
// Table resource - located at the end to work as a fallback
|
||||
|
||||
Reference in New Issue
Block a user