mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
gamified
This commit is contained in:
@@ -61,6 +61,9 @@ Route::middleware([])
|
||||
|
||||
Route::get('/book-case/{bookCase}', \App\Http\Livewire\BookCase\CommentBookCase::class)
|
||||
->name('comment.bookcase');
|
||||
|
||||
Route::get('/high-score-table', \App\Http\Livewire\BookCase\HighscoreTable::class)
|
||||
->name('highScoreTable');
|
||||
});
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user