Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mw committed Mar 22, 2023
1 parent b0644cb commit f43d5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MicroweberPackages/User/routes/api.php
Expand Up @@ -132,5 +132,5 @@
'api'
);;

Route::apiResource('user', 'UserApiController');
Route::apiResource('user', 'UserApiController')->middleware(['admin']);
});

0 comments on commit f43d5b7

Please sign in to comment.