Skip to content

Commit

Permalink
Исправление роута
Browse files Browse the repository at this point in the history
  • Loading branch information
delaynore committed May 24, 2024
1 parent 029fc11 commit 31bab3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
'edit' => 'dictionary.edit',
'destroy' => 'dictionary.destroy',
'update' => 'dictionary.update',
'show' => 'dictionary.show',
]);

Route::get('my/{dictionary}/dashboard', [DictionaryController::class, 'show'])->name('dictionary.show');
Expand Down

0 comments on commit 31bab3d

Please sign in to comment.