Skip to content

Commit

Permalink
Update web.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Feb 10, 2022
1 parent 8b52d6a commit 69fc8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MicroweberPackages/User/routes/web.php
Expand Up @@ -24,7 +24,7 @@
])
->namespace('\MicroweberPackages\User\Http\Controllers\Admin')
->group(function () {
Route::resource('user', 'UserController',['except' => ['index', 'show']]);
Route::resource('user', 'UserController',['except' => ['show','edit', 'create']]);
});

Route::namespace('\MicroweberPackages\User\Http\Controllers')->middleware(['web'])->group(function () {
Expand Down

0 comments on commit 69fc8de

Please sign in to comment.