mirror of
https://github.com/anna-sara/lan_kiosk
synced 2026-03-16 19:55:41 +01:00
Fix
This commit is contained in:
parent
cfb199ce48
commit
24c621f6f3
1 changed files with 4 additions and 4 deletions
|
|
@ -24,8 +24,8 @@ Schedule::call(function () {
|
||||||
'Accept' => 'application/json',
|
'Accept' => 'application/json',
|
||||||
'Content-Type' => 'application/json'
|
'Content-Type' => 'application/json'
|
||||||
],
|
],
|
||||||
//'cert' => config('app.apilan_clientcert_path')
|
'cert' => config('app.apilan_clientcert_path')
|
||||||
'cert' => Storage::disk('public')->path('lan.vbytes.se.pem')
|
//'cert' => Storage::disk('public')->path('lan.vbytes.se.pem')
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
$versions = json_decode((string) $responseVersions->getBody(), true);
|
$versions = json_decode((string) $responseVersions->getBody(), true);
|
||||||
|
|
@ -57,8 +57,8 @@ Schedule::call(function () {
|
||||||
'Accept' => 'application/json',
|
'Accept' => 'application/json',
|
||||||
'Content-Type' => 'application/json'
|
'Content-Type' => 'application/json'
|
||||||
],
|
],
|
||||||
//'cert' => config('app.apilan_clientcert_path')
|
'cert' => config('app.apilan_clientcert_path')
|
||||||
'cert' => Storage::disk('public')->path('lan.vbytes.se.pem')
|
//'cert' => Storage::disk('public')->path('lan.vbytes.se.pem')
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
$response_data = json_decode((string) $response->getBody(), true);
|
$response_data = json_decode((string) $response->getBody(), true);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue