feat: champ info start

This commit is contained in:
Rico van Zelst
2023-11-08 10:39:52 +01:00
parent cabb5414ae
commit 38247c71d9
6 changed files with 139 additions and 1 deletions

View File

@@ -18,3 +18,4 @@ use App\Http\Controllers\HomeController;
Route::get('/', [HomeController::class, 'index']);
Route::get('/champions', [ChampionController::class, 'index']);
Route::get('/champion/{champion}', [ChampionController::class, 'show']);