mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
- Added caching mechanism to store and retrieve streamer data for API responses, improving performance. - Implemented cache forget method in StreamerPanelController for CRUD operations to update cached data accordingly.
6 lines
115 B
PHP
6 lines
115 B
PHP
<?php
|
|
|
|
use App\Http\Controllers\StreamerController;
|
|
|
|
Route::get('/streamers', [StreamerController::class, 'all']);
|