Uncomment run-all-fetchs route in API for currency updates
- Restored the route for the 'run-all-fetchs' method in the CurrencyController, enabling the endpoint for fetching all currency and gold rates. - This change enhances the API functionality by making the route accessible for clients, improving the overall user experience in managing financial data.
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ use App\Http\Controllers\CurrencyController;
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
//Route::get('/run-all-fetchs', [CurrencyController::class, 'runAllFetchs']);
|
||||
Route::get('/run-all-fetchs', [CurrencyController::class, 'runAllFetchs']);
|
||||
|
||||
Route::get('/today.json', [CurrencyController::class, 'getAllRates']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user