Skip to content

Commit

Permalink
Merge pull request #72 from andes2912/feature/murid
Browse files Browse the repository at this point in the history
Bug Fix Middleware
  • Loading branch information
andes2912 authored May 28, 2022
2 parents 45dd234 + 8fdbbf0 commit 291acd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Murid/Routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
|
*/

Route::prefix('murid')->middleware('role:Murid')->group(function() {
Route::prefix('murid')->middleware('role:Murid','auth')->group(function() {
Route::get('/', 'MuridController@index');

Route::resources([
Expand Down

0 comments on commit 291acd0

Please sign in to comment.