mirror of
https://github.com/anna-sara/lan_kiosk
synced 2026-03-16 11:45:40 +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',
|
||||
'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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue