mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
autors overview
This commit is contained in:
@@ -26,6 +26,10 @@ Route::middleware([])
|
||||
->get('/news', \App\Http\Livewire\News\ArticleOverview::class)
|
||||
->name('article.overview');
|
||||
|
||||
Route::middleware([])
|
||||
->get('/news/authors', \App\Http\Livewire\News\AuthorsOverview::class)
|
||||
->name('authors.overview');
|
||||
|
||||
/*
|
||||
* News
|
||||
* */
|
||||
|
||||
Reference in New Issue
Block a user