mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
Merge pull request #196 from rico-vz/analysis-MPaMaK
This commit is contained in:
@@ -13,7 +13,7 @@ class SaleController extends Controller
|
||||
$lmi_api_key = config('services.lmi.api_key');
|
||||
|
||||
$response = Http::withHeaders([
|
||||
'Authorization' => 'Bearer ' . $lmi_api_key,
|
||||
'Authorization' => 'Bearer '.$lmi_api_key,
|
||||
])->get('https://lmi.orianna.dev/api/lol-sales');
|
||||
|
||||
return $response->json();
|
||||
|
||||
Reference in New Issue
Block a user