group(function () { Route::get('/', function () { return response()->json(['module' => 'ProviderIntegrations']); }); });