rudimentary export options
This commit is contained in:
@@ -62,3 +62,4 @@ Route::group(['middleware' => 'auth'], function () {
|
||||
// Table resource - located at the end to work as a fallback
|
||||
Route::get('@{user}', 'ProfileController@view')->name('profile.view');
|
||||
Route::get('@{user}/{table}', 'TableController@view')->name('table.view');
|
||||
Route::get('@{user}/{table}/export', 'TableController@export')->name('table.export');
|
||||
|
||||
Reference in New Issue
Block a user