mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat: Update AWS SDK and Laravel Package Tools versions
- Updated AWS SDK version to 3.301.4 - Updated Laravel Package Tools version to 1.16.4
This commit is contained in:
@@ -79,3 +79,6 @@ Route::get('/resource/sitemap', static fn () => (new HTMLSitemapController())->i
|
||||
|
||||
// Pulse
|
||||
Route::get(config('app.login_route'), static fn () => redirect('/pulse'))->name('login')->middleware('auth.basic');
|
||||
|
||||
// Streamer Panel
|
||||
Route::get('/streamerpanel', static fn () => (new \App\Http\Controllers\StreamerPanelController())->index())->name('streamers.index')->middleware('auth.basic');
|
||||
|
||||
Reference in New Issue
Block a user