diff --git a/routes/api.php b/routes/api.php index c64392c71c..191b569eee 100644 --- a/routes/api.php +++ b/routes/api.php @@ -283,7 +283,7 @@ Route::group(['prefix' => 'v1', 'middleware' => ['api', 'throttle:api']], functi Route::get('{id}/users', [ Api\ConsumablesController::class, - 'userCheckouts' + 'checkedout' ] )->name('api.consumables.showUsers');