elf 7 months ago
parent e8214180a0
commit ae05762cc0

@ -355,7 +355,7 @@ class GameSourceService {
'timeout' => 30.0, 'timeout' => 30.0,
]); ]);
try { try {
$response = $client->post('/upload', [ $response = $client->post('/upload/upload', [
'verify' => false, 'verify' => false,
'form_params' => [ 'form_params' => [
'file' => $localFilePath, 'file' => $localFilePath,

Loading…
Cancel
Save