Updated changelog

This commit is contained in:
Henry Whitaker
2020-08-25 21:23:06 +01:00
parent 900ecb2218
commit 1fcdd5bb1d
6 changed files with 28 additions and 18 deletions

View File

@@ -144,6 +144,7 @@ class SpeedtestController extends Controller
public function run()
{
try {
SettingsHelper::loadIntegrationConfig();
$data = SpeedtestJob::dispatch(false, config('integrations'));
return response()->json([
'method' => 'run speedtest',