patch for basic web views
This commit is contained in:
parent
3c7b2a9417
commit
7f451eeab2
1 changed files with 1 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ Route::group(['middleware' => ['auth:user', 'web_db']], function () {
|
|||
Route::post('clients/bulk', 'ClientController@bulk')->name('clients.bulk');
|
||||
|
||||
Route::resource('client_statement', 'ClientStatementController@statement'); // name = (client_statement. index / create / show / update / destroy / edit
|
||||
/*
|
||||
|
||||
Route::resource('tasks', 'TaskController'); // name = (tasks. index / create / show / update / destroy / edit
|
||||
|
||||
Route::post('tasks/bulk', 'TaskController@bulk')->name('tasks.bulk');
|
||||
|
|
@ -80,7 +80,6 @@ Route::group(['middleware' => ['auth:user', 'web_db']], function () {
|
|||
Route::resource('user', 'UserProfileController'); // name = (clients. index / create / show / update / destroy / edit
|
||||
|
||||
Route::get('settings', 'SettingsController@index')->name('user.settings');
|
||||
*/
|
||||
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue