Skip to content

Commit

Permalink
Merge pull request #103 from lara-zeus/fix-library-route
Browse files Browse the repository at this point in the history
fix route library item
  • Loading branch information
atmonshi authored Jun 16, 2023
2 parents 343a42d + 7a8f16d commit c25358e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
->prefix(config('zeus-sky.library_uri_prefix'))
->group(function () {
Route::get('/', Library::class)->name('library');
Route::get('/{slug}', LibraryItem::class)->name('library-item');
Route::get('/{slug}', LibraryItem::class)->name('library.item');
});
}

0 comments on commit c25358e

Please sign in to comment.