mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat: Add LMI API integration for fetching sales data
- Integrate LMI API to fetch current sales data using the provided API key. - Update SaleController to use Http facade for making API requests. - Modify services configuration to include LMI API key.
This commit is contained in:
@@ -9,4 +9,8 @@ return [
|
||||
'scheme' => 'https',
|
||||
],
|
||||
|
||||
'lmi' => [
|
||||
'api_key' => env('LMI_API_KEY'),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user