Update site files

This commit is contained in:
Henry Whitaker
2020-08-15 17:29:18 +01:00
parent 180c0e367a
commit a97ebea83e
22 changed files with 498 additions and 55 deletions

View File

@@ -136,7 +136,7 @@ class SpeedtestController extends Controller
public function run()
{
try {
$data = SpeedtestJob::dispatch(false);
$data = SpeedtestJob::dispatch(false, config('integrations'));
return response()->json([
'method' => 'run speedtest',
'data' => 'a new speedtest has been added to the queue'