From 24c621f6f3c68cf134f74e3fe701a31dfd3fddf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna-Sara=20S=C3=A9lea?= Date: Tue, 13 Jan 2026 16:50:18 +0100 Subject: [PATCH] Fix --- routes/console.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/routes/console.php b/routes/console.php index 5c8bedb..decd539 100644 --- a/routes/console.php +++ b/routes/console.php @@ -24,8 +24,8 @@ Schedule::call(function () { 'Accept' => 'application/json', 'Content-Type' => 'application/json' ], - //'cert' => config('app.apilan_clientcert_path') - 'cert' => Storage::disk('public')->path('lan.vbytes.se.pem') + 'cert' => config('app.apilan_clientcert_path') + //'cert' => Storage::disk('public')->path('lan.vbytes.se.pem') ], ); $versions = json_decode((string) $responseVersions->getBody(), true); @@ -57,8 +57,8 @@ Schedule::call(function () { 'Accept' => 'application/json', 'Content-Type' => 'application/json' ], - //'cert' => config('app.apilan_clientcert_path') - 'cert' => Storage::disk('public')->path('lan.vbytes.se.pem') + 'cert' => config('app.apilan_clientcert_path') + //'cert' => Storage::disk('public')->path('lan.vbytes.se.pem') ], ); $response_data = json_decode((string) $response->getBody(), true);