prefix('v1')->group(function () { Route::apiResource('settings', SettingsController::class)->names('settings'); });