feat: summoner icon show

This commit is contained in:
Rico van Zelst
2023-11-27 19:11:09 +01:00
parent 96c346f426
commit 3e7592fa9c
6 changed files with 172 additions and 1 deletions

View File

@@ -36,6 +36,10 @@ Route::get('/icons', [
SummonerIconController::class,
'index'
])->name('assets.icons.index');
Route::get('/icon/{summonerIcon}', [
SummonerIconController::class,
'show'
])->name('assets.icons.show');
// Emotes
Route::get('/emotes', [