mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat: summoner icon show
This commit is contained in:
@@ -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', [
|
||||
|
||||
Reference in New Issue
Block a user