Skip to content

Commit

Permalink
Fix route permission middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
dfox288 committed Mar 23, 2021
1 parent d0838a1 commit 095a05e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
]);
Route::get('project_navigation_trees/{project_navigation}/duplicate',
'ProjectNavigationTreesController@duplicate')->name('project_navigation_trees.duplicate');
}

});
});

0 comments on commit 095a05e

Please sign in to comment.