Integrations backend changes

- facade for healthchecks
- integrations config
This commit is contained in:
Henry Whitaker
2020-08-15 14:52:00 +01:00
parent a73e058ab1
commit 92544142a9
6 changed files with 146 additions and 2 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'